A commmand-line word guessing game using constructor functions
node index.js
to start the gameIt will then prompt you to “Guess a letter:”
You can only enter one letter at a time. Keep in mind, the game will stop you from entering letters that have already been guessed.
You have 10 incorrect guesses before the game’s over! No worries, the game will let you know if a guess was incorrect.
It’s a command line game, so opening the live site won’t show much. >.<