brycelang / Word-Guess-Game

Word Guess Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Guess Game

  1. Choose a theme for your game! In the demo, we picked an 80s theme: 80s questions, 80s sound and an 80s aesthetic. You can choose any subject for your theme, though, so be creative!

  2. Use key events to listen for the letters that your players will type.

  3. Display the following on the page:

  4. Press any key to get started!

  5. Wins: (# of times user guessed the word correctly).

    • If the word is madonna, display it like this when the game starts: _ _ _ _ _ _ _.

    • As the user guesses the correct letters, reveal them: m a d o _ _ a.

  6. Number of Guesses Remaining: (# of guesses remaining for the user).

  7. Letters Already Guessed: (Letters the user has guessed, displayed like L Z Y H).

  8. After the user wins/loses the game should automatically choose another word and make the user play it.

About

Word Guess Game


Languages

Language:JavaScript 59.4%Language:HTML 38.2%Language:CSS 2.4%