#Hangman!
My Idea
I came up with idea for this game when I remembered how much I loved playing hangman.
How it was built
I built the game in jquery html and css.
#####Rules
- player one types a word.
-
player 2 tries to guess the word by pushing the letter buttons.
-
letter will appear if the correct button is chosen.
- if an imcorrect letter is chosen part of the div will disappear.
- the player has five turns. if the game is over a message will appear and a button asking if they want to play again.