vanillaJS-hangman-app
A Hangman game built with vanilla JavaScript
Table of Contents
About
A Hangman game built with JavaScript. Select how many words to guess, how many guesses you'd like or play with the default settings. You can also use the reset button to start a new game with the same settings as the previous round.
Live Demo
Live Site: Coming soon
Requirements
Installation
- Clone or download this repo
- Navigate to the root directory in your terminal
- Run
npm install
to install all the dependencies - Run
npm run start
to serve app