Skip to content

Hangman-Game is a word game. The player guesses letters of the word by pressing the keys, if the guess is correct, the underscore is replaced by that letter, otherwise it is considered a wrong guess.

Notifications You must be signed in to change notification settings

fazilajafarli/Hangman-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hangman-Game

Choose a theme for your game!

Use key events to listen for the letters that your players will type.

Display the following on the page:

Press any key to get started!

Wins: (# of times user guessed the word correctly).

If the word is madonna, display it like this when the game starts: _ _ _ _ _ _ _.

As the user guesses the correct letters, reveal them: m a d o _ _ a.

Number of Guesses Remaining: (# of guesses remaining for the user).

Letters Already Guessed: (Letters the user has guessed, displayed like L Z Y H).

After the user wins/loses the game should automatically choose another word and make the user play it.

About

Hangman-Game is a word game. The player guesses letters of the word by pressing the keys, if the guess is correct, the underscore is replaced by that letter, otherwise it is considered a wrong guess.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published