https://github.com/djbarnwal/hangman
A traditional hangman game built using React.
https://github.com/djbarnwal/hangman
puzzle-game react reactjs
Last synced: about 1 year ago
JSON representation
A traditional hangman game built using React.
- Host: GitHub
- URL: https://github.com/djbarnwal/hangman
- Owner: djbarnwal
- Created: 2017-05-31T14:21:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T07:39:03.000Z (over 7 years ago)
- Last Synced: 2025-02-28T10:58:45.086Z (over 1 year ago)
- Topics: puzzle-game, react, reactjs
- Language: JavaScript
- Homepage: https://djbarnwal.github.io/hangman/
- Size: 656 KB
- Stars: 16
- Watchers: 2
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Play Hangman
https://djbarnwal.github.io/hangman/
The traditional hangman puzzle game developed using ReactJS.
## Requirements for Development
- `React`
- `npm`
## Setup for Development
- `git clone https://github.com/djbarnwal/hangman.git`
- `cd hangman`
- `npm install`
- `npm start`
## Git Flow
To submit a PR:
- Create a feature branch in this repo (or your own fork if you don't have appropriate permissions)
- Once the feature is ready, open a pull request against the `master` branch
## Things to Do
1. Add more categories
2. Add a better hangman figure
3. Add leaderboard
4. Make Hangman creator