Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 549 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 549 Bytes

Hang-Person

My Hang-Person/Word-Guess game made in JavaScript

Live Link

On game start, the user will press a key. The game will then...

  1. Compare the input to previous user inputs, if there are any.
  2. Compare the input to the hidden word.
  3. Reveal hidden letters if user input is correct.
  4. Count down remeaining guesses is user input is wrong.
  5. Reset the game when won or guesses run out.

The game ends when the user has revealed all hidden letters or run out of guess attempts.