advanced-JS-word-constructor-game

This is a Node.js Command Line Interface (CLI) Word Guessing Game built using JavaScript object constructors. The index.js runs the actual game with a dependency on the constructor, Word.js, which also has a dependency on the Letter.js constructor.

The game starts with a random word selected from the word bank

The player is prompted for a number of eight guesses

When the player failed attempts reaches zero

When the player guesses the word correctly

See Demo Here

CLI word Game

Technologies Utilized

Author