Constructor-Word-Guess

Advanced JavaScript Assignment: Constructor Word Guess - Sports Theme

Task

To create the Word Guess Game using Node.js. By using three files index.js, Letter.js, and Word.js to make the game using the command-line a random word will display on the placeholder and prompt the user to guess a letter, if the letter is correct display the letter on the placeholder. if incorrect, reduce the number of the incorrect guesses remaining by 1 and display the word that was already choose.

Demo

Walk through Gameplay

Concepts and Technologies