Skip to content

the hangman game is about guessing a random word by guessing letters one by one. If the player runs out of guesses, the game is over. Although the gameplay may sound simple, you need to consider a few critical elements in your JavaScript code: Set a maximum limit for guesses. Display the remaining number of guesses to the player. Provide the pl…

Notifications You must be signed in to change notification settings

soukaina-debug/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Hangman

the hangman game is about guessing a random word by guessing letters one by one. If the player runs out of guesses, the game is over. Although the gameplay may sound simple, you need to consider a few critical elements in your JavaScript code: Set a maximum limit for guesses. Display the remaining number of guesses to the player. Provide the player with an interface to input their guesses. This game is introduced to all the generations,and a funny game to play with your family,friends or collegues so as you can create a wonderful connections based on mind games.

About

the hangman game is about guessing a random word by guessing letters one by one. If the player runs out of guesses, the game is over. Although the gameplay may sound simple, you need to consider a few critical elements in your JavaScript code: Set a maximum limit for guesses. Display the remaining number of guesses to the player. Provide the pl…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published