ketan270 / HANGMAN-GAME

Play Hangman, the classic word-guessing game! Guess letters to uncover the hidden word before the stick figure is fully drawn. Test your vocabulary and strategy skills in this fun and challenging game
https://hangman-game-nine-tan.vercel.app
9 stars 2 forks source link

Incorrect Win Condition Handling #3

Closed keshav2306 closed 7 months ago

keshav2306 commented 7 months ago

Describe the bug In the Hangman game, the animation representing the Hangman's progression is not visible during gameplay. This results in a lack of visual feedback for the player's progress and reduces the overall gaming experience.

To Reproduce Steps to reproduce the behavior:

  1. Go to the Game
  2. Click on the alphabets
  3. The hangman is not visible

Expected behavior When the player correctly guesses all the letters in the secret word, the game should disply a hangman animation. Additionally, the game should allow the player to start a new round or perform any end game actions as specified in the game design.

Screenshots WhatsApp Image 2024-04-09 at 09 30 59_cbc3f037

WhatsApp Image 2024-04-09 at 09 31 55_2d2740c9

Additional context

Priority High

Labels

krishna1584 commented 7 months ago

Hi Keshav,

Thank you for bringing this issue to our attention. We apologize for any inconvenience it may have caused.

To address the problem with the hangman animation not being displayed, we'll investigate the code to identify the root cause. This could be due to a variety of reasons such as a missing or incorrect function call, a problem with rendering the graphics, or an issue with the animation implementation itself.

We will shurely look into the issue and solve it as soon as possible.

Thank you for your patience and cooperation.

Best regards, Krishna Team Manager

ketan270 commented 7 months ago

Issue: Hangman animation not visible during gameplay

Resolved: The issue with the Hangman animation not being visible during gameplay has been successfully resolved.

Root Cause: Upon investigation, we discovered that the problem stemmed from a missing function call in the rendering process of the Hangman animation.

Solution Implemented: We have added the necessary function call to ensure that the Hangman animation is now displayed correctly during gameplay. Players will now have the visual feedback they need to track their progress accurately.

Verification: Our QA team has thoroughly tested the game, and we can confirm that the Hangman animation is functioning as expected on all supported platforms.

Next Steps: We will continue to monitor the game's performance to ensure that this issue does not reoccur. If you encounter any further issues or have additional feedback, please don't hesitate to let us know.

Thank you for your patience and understanding throughout this process.

Best regards, Ketan Sharma Developer