ConstructorHangman
Guess the names of a random Pokemon!
A node.js CLI hangman game using npm and constructor functions
Installation:
- Clone or download and unzip a copy of this repository
- Using command line, navigate to the repository directory
- In the CLI, type "npm install"
- In the CLI, type "npm hangman"
Gameplay:
- When prompted, type "y" or hit return to start a new game
- Look at the hidden word, and think about what the answer might be
- Guess a letter by entering it into the CLI (not case sensitive)
- Repeat until your lives run out, or you guess the hidden word
- Play again!