https://djbarnwal.github.io/hangman/ The traditional hangman puzzle game developed using ReactJS.
node
npm
git clone https://github.com/djbarnwal/hangman.git
cd hangman
npm install
npm start
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
- Add more categories
- Add a better hangman figure
- Add leaderboard
- Make Hangman creator