Open sxfoo opened 7 months ago
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,
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
How to replicate:
43
, followed by-3 4
Program shows move at (43, -3) is invalid
1 1
Program shows move at (4, 1) is invalid.
Would lead to unplayable game state if issue is not rectified shown here
2 1
results in3 2
instead