Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 861 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 861 Bytes

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