- combination of node.js and constructor highlight
- Emphasizes on keeping codes shallow
hangman style command-line game using constructor functions.
- Fully functioning hangman game.
- Registers both uppercase and lowercase as same input.
- colorful command lines!.
- filters and reject repeated words/multiple letter input.
- before typing
node index.js
into command-line, you must download node packages in order for the app to work. To download the packages, typenpm install
into command-line. - After package installation, type
node index.js
- Enjoy the app!