It’s a simple Hangman game. The player has to guess the letters in the word. If you get a letter wrong, a body part is added to the hangman. The player can view “How to paly” by clicking on “How to play” button. The player can also change the language to Arabic. The hangman body display as an image.
- There is an array has a collection of words and my app will chose one of these words by random way. Then it will be shown on the screen like this (----------) according to the number of the letters of this word. You (the player) should guess this word what will be ? Then you should enter the first letter of the word which you guessed to be and then click check. If this letter is right my app will display pop-up message (Good Guess!) and if it is wrong it will display (Bad Guess!). If you enter 7 letters wrong you will be dead but if you enter the right letters you will win.
Log in or sign up for Devpost to join the conversation.