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 currently has issues with data type mismatches and incomplete game logic. Specifically:
It compares integers with strings, causing incorrect behavior.
The loop doesn’t work as expected, ending the game prematurely.
It lacks input validation, allowing invalid entries.
please assign this issue to me so i can resolve it.
The text was updated successfully, but these errors were encountered:
The game currently has issues with data type mismatches and incomplete game logic. Specifically:
It compares integers with strings, causing incorrect behavior.
The loop doesn’t work as expected, ending the game prematurely.
It lacks input validation, allowing invalid entries.
please assign this issue to me so i can resolve it.
The text was updated successfully, but these errors were encountered: