Project 3 - Jam Entry (3)
Deadline: 1 week - Game Intro: here
I have a chunk of the "story" down, though it is not really the focus of the game. It is pretty much only there as a setting. After a while, the passages repeat themselves, mainly because I don't want to create hundreds of rounds with their own substance. There is only so many synonyms for "write".
The code is also done and tested. The game is basic enough that is didn't need very complicated code to begin with. I ended up settling on giving the player a text box where they can write whatever they want. It is easy enough and give the player more agency. I plan on have a page where the player can get some random words if they don't know what to put in.
Regarding the random adjectives, nouns and verbs, I have set some array variables with those kind of words. There are currently about 200-ish words for each category. I might end up adding more, but these should be enough for now.
The player will be able to choose their name/pronouns.
What do I still need to do:
Proofread the writing and adding a bit more flavour to the text
Add a forced ending (there will be a maximum of rounds you can play)
Edit the Stylesheet to make it look pretty
If there is some time/I am motivated enough
Add more words that will randomly appear in the result.
Add an endless mode: no story, just input/output. that mode will be open after playing 3 rounds.