A hangman command-line-interface game.
JavaScript
,JavaScript Constructor Functions
,nodeJS
,inquirer
,love
- Install node if it's not already.
- Open the folder directory in your terminal.
- Run
npm install
to download all the dependencies required for this app. - Then run
node index.js
and the game will do the rest and guide you with prompts. Pretty cool, right?