/node-word-guess

Node CLI game that chooses a random string and lets user guess the letters until they win or run out of guesses.

Primary LanguageJavaScript

node-word-guess

Node CLI hangman-style game that chooses a random string and lets user guess the letters until they win or run out of guesses.

Technologies Used:

Word Guess Demo

Full Video Demo: https://santiagoenciso.com/videos/node-word-guess.mov

Installation

  • Clone repo:
$ git clone https://github.com/whereispolaris/node-word-guess.git
  • Install dependencies:
$ npm install 
  • Start the game:
$ node index.js
  • Enjoy!