An open API service indexing awesome lists of open source software.

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.

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