Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@prathik-srinivas

Description

@prathik-srinivas
Issue body actions

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.