-
Hangman is an old school favorite, a word game where the goal is simply to find the missing word or words.
-
it will be presented with a series of blank spaces that represent the missing letters that you need to find.
-
Use the keyboard to guess a letter (I recommend starting with the vowels).
-
If the letter you chose exists in the answer, all places in the answer where that letter appears will be revealed.
-
After you have revealed several letters, you may be able to guess what the answer is and fill in the remaining letters.
-
Be careful, every time you hit a wrong letter, you lose a life.
-
You can only enter a letter, you can not enter double letters or numbers.
-
You will have a help to warn you which letters you have already typed but not guessed.
-
Solve the puzzle before the game ends.
-
At the end of the game you can decide whether or not to continue with a new game and the wonderful thing is that your hits and losses will be stored.
Enjoy the game!! It is fun.
- Node.js
- JavaScript
- Node.js - Download the latest version of Node https://nodejs.org/
- npm install --save readline-sync
- Visual Studio Code.
- Terminal/Git Bash
- Github
- Hangman-Node can be downloaded by cloning this repository https://github.com/Sikuani/hangman-game.git
- Run command in Terminal or Gitbash 'npm install'
- Run command 'node .' to get started playing game.
Manuel Pinzon
- Front-end Developer - https://github.com/Sikuani