Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels