Please enable JavaScript.
Coggle requires JavaScript to display documents.
Amazon Alexa App: "Game Arcade" (Program Launch (Initial Prompt:…
Amazon Alexa App: "Game Arcade"
Program Launch
Initial Prompt: Brief welcome message
Get User Input: ask user which game they want to play.
Launch Tic-Tac-Toe
Randomize starting turn (who starts)
Keep running player and computer turns and displaying the board until game is over.
Game is won
Asks user if they wish to replay, select another game, or quit.
User asks to quit
1 more item...
User asks to replay
3 more items...
User chooses to return to game arcade
1 more item...
Inform player who won and how
Game is not won/tied
On user turn, prompt user for user action.
User asks to exit game.
1 more item...
User selects square to fill.
2 more items...
User asks to quit.
1 more item...
Lets user ask for game instructions
Launch Hangman
Game instructions given if user asks for it
Generates a random word and tells user number of letters in word.
Lets user keep guessing letters and tells user which letters are guessed and which letters are incorrect until game is over (letter is guessed or hangman dies).
Prompts user input for hangman letter.
Letter is correct - program tells user letter is correct and reveals each corresponding letter in word.
Letter is incorrect - program tells user letter is incorrect.
Program says word and which letters have been guessed, as well as hangman status (how many body parts guessed vs. left)
User asks to quit
User asks to exit game.
Launch Word Warp
Scrambles a word and tells the user the letters in the word
If the user hasn't won yet, asks the user for a voice raw_input
user says "Word Warp"
Subtracts points and reads out the letters in a different order
User asks for the letters
Reads out the letters in their original order
User says "Exit Game"
User asks to quit.
If the input isn't anything specified
Checks if the word has been used or is valid
Gives points based off length of word
If the user won, it will congratulate them and tell them their score
Gives instructions if user asks for it
Lets user ask for the games available if they don't know them