You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the hangman game, there are 5 lives per turn. However, when those 5 lives are lost, the player can still choose letters of the alphabet and continue playing until they find the word. I would suggest that the game is reset when all lives are lost, and the correct word is displayed after the player loses (when they lose all 5 lives).
The text was updated successfully, but these errors were encountered:
@MoNakouzi Thank you for your suggestion. We have added these things in the game. I want you to play the game now and if you find anything then feel free to comment on this issue or generate another issue.
@ssahibsingh Thank you for considering my suggestion, the lives mechanisms was fixed well. However, when you lose all the lives and the reset button is clicked, only the wrong letters that were used in the previous round (the one you lost) light up (i.e., are not grey), and all the other letters are turned off (i.e., are grey). In addition to that, those letters that were not used in the previous round are not clickable (when you click them, you don't lose lives or gain a letter into the blank spaces of the word). This repeats with each reset button press, where all wrong letters used previously are usable in the next round, while the rest of the letters are not clickable (they become grey, similar to when you press a wrong letter).
In the hangman game, there are 5 lives per turn. However, when those 5 lives are lost, the player can still choose letters of the alphabet and continue playing until they find the word. I would suggest that the game is reset when all lives are lost, and the correct word is displayed after the player loses (when they lose all 5 lives).
The text was updated successfully, but these errors were encountered: