This application is a Node command-line interface application which runs the Hangman game.
- main.js
- game.js
- word.js
- letter.js
- Note: the program uses the NPM inquirer module for question prompts
- Win Count & Loss Count
- Guesses Remaining Count
- Words Remaining Count
- Record of letters guessed for the current word
- Display of the current word, with any relevant blanks/letters previously guessed
- The user is prompted by questions via inquirer