/hangman

A traditional hangman game built using React.

Primary LanguageJavaScript

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