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
Due to a bug in parsing of user input, an unexpected behavior happens when user inputs his next move.
Actual Behavior
When entering a move 'this is my second move 345' user will put an X on the free square 5.
Expected Behavior
Only user's input containing a number from 1-9 range is expected while everything else should be ignored and user should be prompted to enter his next move again.
The text was updated successfully, but these errors were encountered:
Description
Due to a bug in parsing of user input, an unexpected behavior happens when user inputs his next move.
Actual Behavior
Expected Behavior
Only user's input containing a number from
1-9
range is expected while everything else should be ignored and user should be prompted to enter his next move again.The text was updated successfully, but these errors were encountered: