Hangman Game Using Javascript
Overview
A Hangman game built in Javascript. For anyone who's ever played Hangman before should know the rules. The player guesses a letter and if the letter is found, the letter's position is revealed else the player uses a life. Once the player runs out of lives, the game ends. If player guesses all the correct letters in the word, player wins. The player also has the option to choose whether or not to use a hint whenever they desire.
Installation
git clone https://github.com/rickywid/hangman_js.git
npm install
npm start
browser url: localhost:8080