Hangman is a typically a paper and pencil guessing game. We're putting a spin on it and taking it to the web!
The word to guess is represented by a row (or rows) of dashes, where each dash represents a letter in the word. If the player guesses a correct letter, the letter populates in all its correct positions. If the player's guess is incorrect, one element of a hanged man stick figure (I know, morbid) gets drawn in as a tally mark.
If the word is complete before the hangman stick figure, you win! If not, don't beat yourself up about it - you can try again.
List of programs:
- HTML5
- CSS3
- JavaScript
- jQuery
Go to https://syomo1103.github.io/hangman/index.html to start playing.
The following are a few planned features to be implemented at a later point:
- Adding complexity to words after each win
- Add option to exit current game at any point
- Allow one player to create the word and pass to a friend to play together
- Add sounds