MatthewBryantDonovan / Hangman

Browser based hangman game with great audio.

Home Page:https://matthewbryantdonovan.github.io/Hangman/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

Play Hangman with the following rules:

You may have 6 wrong guesses for each word. Once you guess wrong for the 6th time, you will have to try again on a new word.

Loss

How to win

Successfully guess every letter of the current 'Facility password' to win.

There is a final message that pops up if you guess every word.

Win

How to play

The game starts with an introductory message. Press any key to get the game started. You will have the 'Player Board' displayed.

Game start

Here is an example of the 'Player Board' looks like this .

Player board

Facility password: _ _ _ _ _ _ _ _ [This lets you know the word will have 8 letters.]

Successful hacks: 0 [This lets you know how many words you have guessed correctly.]

Incorrect guesses remaining: 6 [This lets you know how many letters you have guessed incorrect.]

Letters already guessed: [This lets you know what letters you have guessed already.]

If you guess a letter you have already guessed this message will appear -

Error

About

Browser based hangman game with great audio.

https://matthewbryantdonovan.github.io/Hangman/index.html


Languages

Language:JavaScript 77.8%Language:CSS 12.3%Language:HTML 10.0%