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
The game resets immediately after displaying the result modal, not giving players enough time to view the result. Additionally, the overall winner logic doesn't handle the case where no games have been played, and the scoreboard doesn't reset properly in some cases.
Issues Identified:
Game resets instantly after showing the result modal.
Overall winner message shows "It's a Draw Overall!" even if no games were played.
Scoreboard doesn't update correctly when reset.
Expected Behavior:
The game should reset only after closing the result modal.
If no games were played, show "No games played yet!" instead of a draw message.
Scoreboard should reset properly with updated scores.
Fixes Implemented:
Delayed game reset until the modal is closed.
Improved winner logic to handle the no-games-played case.
Fixed scoreboard reset to reflect accurate scores.
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊
The game resets immediately after displaying the result modal, not giving players enough time to view the result. Additionally, the overall winner logic doesn't handle the case where no games have been played, and the scoreboard doesn't reset properly in some cases.
Issues Identified:
Expected Behavior:
Fixes Implemented:
The text was updated successfully, but these errors were encountered: