Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: "Request to Update Tic Tac Toe Grid Numbering to Standard Format" #3205

Open
3 tasks done
prathik-srinivas opened this issue Nov 13, 2024 · 1 comment
Open
3 tasks done

Comments

@prathik-srinivas
Copy link

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
Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant