NodeWordGuess


What this is


This is a node.js application creating a console based "Hangman" style game. The game demonstrates the use of constructors and uses 2 npm packages (inquirer & read-each-line-sync).

How to Play


Launch the game with the command: node index.js

This will choose a word from the included wordFile.txt which contains roughly 500 words.

Try to spell out the word by selecting various letters.

They game will respond with the appropriate prompts for correct, incorrect, and repeat letters.

You have up to 10 misses to complete your quest.