Merge a3b3ad6ac0
into 08b771c863
commit
3612e00cd7
@ -0,0 +1,32 @@
|
||||
# Hangman Game
|
||||
|
||||
**Tier:** 1-Beginner
|
||||
|
||||
Hangman is a guessing game. Traditionally one player will have a word in mind, and the other player will have a limited amount of guesses to guess the letters required to make up that word.
|
||||
|
||||
If the guessed letter is not in the word a line will be added to the hangman drawing.
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] The game will have a predetermined set of words that will be randomised for the player.
|
||||
- [ ] The user can click on a letter to select it.
|
||||
- [ ] The user can see how many characters make up the final word.
|
||||
- [ ] Attempted letters are greyed out.
|
||||
- [ ] Amount of guesses are limited.
|
||||
- [ ] Each failed guess results in losing a life.
|
||||
|
||||
## Bonus features
|
||||
|
||||
- [ ] Game can be played two player in the traditional way, with one player choosing any word, and the other guessing.
|
||||
- [ ] Game allows for phrases, not just single words.
|
||||
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [Wikipedia article on Hangman](https://en.wikipedia.org/wiki/Hangman_(game))
|
||||
|
||||
## Example projects
|
||||
|
||||
- [Vanilla JS codepen example](https://codepen.io/cathydutton/pen/ldazc)
|
||||
- [Simple hangman example](https://jsfiddle.net/phollott/x29ym2ag/)
|
||||
|
Loading…
Reference in new issue