User:Annasandri/thesis/hackpacts: Difference between revisions
Annasandri (talk | contribs) (→02/11) |
Annasandri (talk | contribs) No edit summary |
||
Line 55: | Line 55: | ||
☺ using jupiterLab to work on my page on the sandbox>>>>i'll use it to store my progresses and experiments.<br> | ☺ using jupiterLab to work on my page on the sandbox>>>>i'll use it to store my progresses and experiments.<br> | ||
<span style="font-size:20px;">►►►►►► https://hub.xpub.nl/sandbox/~anna/index2.html </span> | <span style="font-size:20px;">►►►►►► https://hub.xpub.nl/sandbox/~anna/index2.html </span> | ||
=<span style="color:orangered;font-size:25px;">26/11</span>= | |||
I'm trying to work on a choice map/flow for my game. I came out with this structure: | |||
*starting point: | |||
>>the player is asked to solve a mystery | |||
|--------------------\ | |||
| | |||
|--------------------\ | |||
according to the choices. | | |||
of the user | |--------------------\ | |||
game | | multiple paths but somehow | |||
entry. -------------------------------------|--------------------------- they all drive | |||
(initial setting) | and journeys to the same | |||
|--------------------/ answer which is | |||
| | | |||
|--------------------/ | | |||
| | | |||
|--------------------/ | | |||
| | | |||
|--------------------/ | | |||
there is no answer | |||
and the solution you | |||
found is simply a lie | |||
| | |||
| | |||
OH NO!this game is crap and | |||
really unsatisfying | |||
| | |||
but then you get to "play" it back | | |||
------------------------------------------------------------------------------<<<<< | |||
you see all the choices you made and where the narrative comes from | |||
>>>>>>>ex. all the connection with religion, conspiracies, clues that were out of | |||
context in the game | |||
Revision as of 13:51, 26 November 2020
27/10
map/idea
‼game entry‼ | | | text with different keywords which drive to different “game universes” | | | the player enter one of the words that create a “rabbit hole” based on the (x) word | | | | | | | | | | | | | the journey in the (x) world | continue| | | | | | | | | | |it goes on and on| | | | | | | | |until . . . >>>>>>>>>>>>a pop-up/assistant/friend | suggest to visit another world | as well | | / \ | / \ | you can keep going or embark another | journey | to the (y) world | on the -------------------------------———————————————————————————————— (y) word
first step:entry level
looking for clues
An attempt to make a sort of entry level of a game. The code imports text from a .txt file and sort it into letters according to the position of the mouse.It uses p5.js.
I would like to work on similar prototypes with the end goal of sort the text by words and be able to highlight the most popular words in the text. The "keywords" obtained in this way will be the entry of new "level".
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
The text in an extract from the Borges's short novel "the library of Babel".
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
next possible steps
//Michael suggested to work on text with python/NLTK library.<<<<i'll try.
also:i'd like to start to develop a narrative in the form of a tale, making use of some keywords and popular words concept that represents trends in conspiracy theories and misinformation. I do not want to link them with the actual conspiracy theories but to make use of them to create a new fictional narrative in a sort of tale/legend/fable style.
02/11
☺ using jupiterLab to work on my page on the sandbox>>>>i'll use it to store my progresses and experiments.
►►►►►► https://hub.xpub.nl/sandbox/~anna/index2.html
26/11
I'm trying to work on a choice map/flow for my game. I came out with this structure:
*starting point: >>the player is asked to solve a mystery |--------------------\ | |--------------------\ according to the choices. | of the user | |--------------------\ game | | multiple paths but somehow entry. -------------------------------------|--------------------------- they all drive (initial setting) | and journeys to the same |--------------------/ answer which is | | |--------------------/ | | | |--------------------/ | | | |--------------------/ | there is no answer and the solution you found is simply a lie | | OH NO!this game is crap and really unsatisfying | but then you get to "play" it back | ------------------------------------------------------------------------------<<<<< you see all the choices you made and where the narrative comes from >>>>>>>ex. all the connection with religion, conspiracies, clues that were out of context in the game