https://github.com/codestackr/hangman-react
https://github.com/codestackr/hangman-react
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codestackr/hangman-react
- Owner: codeSTACKr
- Created: 2020-07-17T19:41:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T06:11:20.000Z (over 3 years ago)
- Last Synced: 2025-03-22T14:41:28.817Z (about 1 year ago)
- Language: JavaScript
- Size: 200 KB
- Stars: 40
- Watchers: 1
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hangman Game
Original code from [Brad Traversy](https://github.com/bradtraversy/vanillawebprojects/blob/master/hangman/). The original uses vanilla JavaScript. This has been convered into React.
## How To Play The Game
Select a letter to figure out a hidden word in a set amount of chances
## Project Specifications
- Display hangman pole and figure using SVG
- Generate a random word
- Display word in UI with correct letters
- Display wrong letters
- Show notification when select a letter twice
- Show popup on win or lose
- Play again button to reset game