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
Is your feature request related to a problem? Please describe.
The current Tic Tac Toe implementation uses a non-standard numbering system for the grid, where the positions are labeled as follows:
7 | 8 | 9
4 | 5 | 6
1 | 2 | 3
his unconventional layout can lead to confusion for players, as it deviates from the typical numbering format (1-9 from top-left to bottom-right). As a result, players may mistakenly believe they are selecting different positions than intended, impacting gameplay and user experience.
Describe the solution you'd like.
The suggested standard format is given below:
1 | 2 | 3
4 | 5 | 6
7 | 8 | 9
Describe alternatives you've considered.
The suggested standard format is given below:
1 | 2 | 3
4 | 5 | 6
7 | 8 | 9
Show us the magic with screenshots
No response
Record
I agree to follow this project's Code of Conduct
I'm a GSSoC'23 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
To reduce notifications, issues are locked. Your issue will be unlocked when we add the label gssoc23. If you're participating in GSSoC'23, please add the gssoc23 label to your issue.
Is your feature request related to a problem? Please describe.
The current Tic Tac Toe implementation uses a non-standard numbering system for the grid, where the positions are labeled as follows:
7 | 8 | 9
4 | 5 | 6
1 | 2 | 3
his unconventional layout can lead to confusion for players, as it deviates from the typical numbering format (1-9 from top-left to bottom-right). As a result, players may mistakenly believe they are selecting different positions than intended, impacting gameplay and user experience.
Describe the solution you'd like.
The suggested standard format is given below:
1 | 2 | 3
4 | 5 | 6
7 | 8 | 9
Describe alternatives you've considered.
The suggested standard format is given below:
1 | 2 | 3
4 | 5 | 6
7 | 8 | 9
Show us the magic with screenshots
No response
Record
The text was updated successfully, but these errors were encountered: