This repo is functionality in-complete — PRs and issues welcome it's 90% done!!
In this project I demonstrate working with arrays, constructor functions and recursive functions to bring a word game to life in the console.
To get the Node server running locally:
- Clone this repo (GIT)
- Install Nodejs on your Mac (Download)
npm install
to install all required dependenciesnode index.js
to start the game.
- inquirer - A collection of common interactive command line user interfaces.
- random-words - random-words generates random words for use as sample text. We use it to generate random blog posts when testing Apostrophe.
- fs - Gives you the abilty to read and write files.
- jsonfile - Easily read/write JSON files.
- You will be asked for your name
- You will then be given chances to guess the word.
- Guess the word and you live.
- Once all your lives are done you are dead :(
Enjoy!