Skip to content

hangman game with stunning interface created with html, css, javascript

Notifications You must be signed in to change notification settings

yousafsabir/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangman game

Check it out here


Playing the game

You open it and the interface looks like this

game-interface

You click start game and the game starts

game-started

now you start guessing the word by clicking on alphabets

Alphabets that are not in the word, turn red by clicking on them. And the completion of hangman starts

you-have-started-guessing

Good New, You can get hints. Bad news, you get that at a cost. As shown below. It first asks you

If you agree, then it fills random empty block

taking-hints

Interface when you win

you-won

When you lose. (It also shows the word)

you-lost

So this is how its played. Hope you liked it