Skip to content

ahmedharazi/Hangman-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word-Guess-Game (HangMan)

The app randomly picks a letter, and the user has to guess which letter the app chose.

On Wins: it is showing numbers of times the user has guessed the letter correctly

On Losses: it is showing numbers of times the user has failed to guess the letter correctly after exhausting all guesses

Number of Guesses Remaining show the numbers of guesses left. This will update

Letters Already Guessed: Show your Guesses, the specific letters that the user typed. Display these until the user either wins or loses.

When the player wins, increase the Wins counter and start the game over again (without refreshing the page).

When the player loses, increase the Losses counter and restart the game without a page refresh (just like when the user wins).

app page

These app will run in the browser, and feature dynamically updated HTML and CSS powered by JavaScript. app Image app Image app Image

You can see the app on the following link

https://ahmedharazi.github.io/Hangman-Game/