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 installto download all the dependencies required for this app. - Then run
node index.jsand the game will do the rest and guide you with prompts. Pretty cool, right?
