sxfoo / pe

0 stars 0 forks source link

Tic Tac Toe Invalid Move error #3

Open sxfoo opened 2 months ago

sxfoo commented 2 months ago

How to replicate:

  1. Type 43, followed by -3 4

Program shows move at (43, -3) is invalid

  1. Type 1 1

Program shows move at (4, 1) is invalid.

image.png

Would lead to unplayable game state if issue is not rectified shown here

2 1 results in 3 2 instead

image.png

soc-pe-bot commented 2 months ago

Team's Response

Thank your for suggestions!

I’d like to clarify that the sequence '43' followed by '-3 4' is recognized by the game as three separate inputs. This sequence leads to '4' being prematurely set for the next move. Even in the situation shown in the second picture, if player types in one position, the previous input will be cleared whether position is valid or not, which solves the problem.

Therefore, given that the game’s flow remains uninterrupted and player experience is largely unaffected, this issue does not significantly impact gameplay. Given that the game maintains its integrity and user experience isn’t compromised, it would be more appropriate to classify this as a low-severity issue,

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.Low] Originally [severity.Medium]

Reason for disagreement: [replace this with your explanation]