Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aghaffar570/hangman
Sample hangman game created using create-react-app
https://github.com/aghaffar570/hangman
game react
Last synced: about 2 months ago
JSON representation
Sample hangman game created using create-react-app
- Host: GitHub
- URL: https://github.com/aghaffar570/hangman
- Owner: aghaffar570
- Created: 2019-10-15T04:04:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T12:32:35.000Z (about 2 years ago)
- Last Synced: 2024-05-28T15:46:58.516Z (8 months ago)
- Topics: game, react
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Guessing Game (Hangman)
## Game rules
- At the start of the game the computer/secret-keeper will choose a dictionary word
- The guesser loses the game if they guess 6 letters that are not in the secret word
- The guesser wins the game if they guess all letters in the secret word correctly and have
not already lost the game per the conditions above## Local Setup
run the dev env for both the client and server in parallel
```
$ npm run dev
```## Features
- configure the word's "difficulty level" based on the user's preference
- track the user's score for each browser session