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:
Full Video Demo: https://santiagoenciso.com/videos/node-word-guess.mov
- Clone repo:
$ git clone https://github.com/whereispolaris/node-word-guess.git
- Install dependencies:
$ npm install
- Start the game:
$ node index.js
- Enjoy!