Zshandi / SuperSpherebox65

This is a preliminary repository for my groups GGJ 2024 entry.
0 stars 0 forks source link

EightBall: Add new mechanic for giving more specific fortunes from a list instead of yes/no/maybe #22

Open Zshandi opened 5 months ago

Zshandi commented 5 months ago

The fortunes could be made from templates such as a sentence with blanks. and words to fill in the blanks, as opposed to just yes/no/maybe responses to questions you ask. We could also then randomize the button that says "Obtain Fortune" to allow for it being a question/answer too, but it could be 2 random words, so won't necessarily match the set mechanic, or even really make sense.

To achieve a greater variety, we can take sentences and allow swapping in random words or sentences from a list. It could either be a replacement in the sentence, like replacing "[an object]" with "a chair" or some other thing from the general "[an object]" list, or simply having each piece of the sentence be picked from an array that's unique to that sentence.