-
Notifications
You must be signed in to change notification settings - Fork 1
Brainstorming
Brian Begun edited this page Dec 4, 2015
·
4 revisions
This is our brainstorming page. All and every idea is welcome!
-
Audio Mad Libs
- 4 Dialogs with words taken out
- Several phrases to mix and match
- Database of words to interchange in and out
- adjectives, adverbs, verbs, nouns
- Some sort of picture output?
- Filters
-
Wheel of Fortune
- Database of words to guess
- each word has a corresponding image
- The image becomes more clear with every correct letter guess
- Limit to # of guesses
-
Combination Game "Python OF Fortune:
- Base game is Wheel of fortune
- Use movie quotes as answers
- Break up movie quotes by words
- As User guesses word, he/she can play the audio of the quote which will only play the guessed words (with spaces)
- If they guess the quote, then they can play back the completed audio
- We can build a random number generator that lists the numbers and then the one that the player lands on - this can be .....with sound effects.
- When they guess the quote we can also display the movie poster that the quote is from.
- Like Wheel of fortune, they start out with a certain amount of money, and every time they spin, their guesses are .....worth the amount that comes up using the random generated function. They are then added to their running total. If .....they guess wrong, that amount is deducted from their total. If they hit zero money, they loose.