hangman
hangman copied to clipboard
A traditional hangman game built using React.
Play Hangman
https://djbarnwal.github.io/hangman/ The traditional hangman puzzle game developed using ReactJS.
Requirements for Development
Reactnpm
Setup for Development
git clone https://github.com/djbarnwal/hangman.gitcd hangmannpm installnpm 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
masterbranch
Things to Do
- Add more categories
- Add a better hangman figure
- Add leaderboard
- Make Hangman creator