Play hangman against the computer, where all of the prompts are Punny Dad-Jokes!
To run this app locally, you will need to clone the repo
git clone https://github.com/solonthewizard/hangman-game.git
cd langsorts/hangman-game
npm install
npm start
View it at Dadjoke-hangman.web.app.
Do you see any errors? Want to add your own functionality or switch up the prompt api?
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
MIT License. View it here.
This project was bootstrapped with Create React App.