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

[FEATURE] Creating a Tic-Tac-Toe game in CPP #2770

Open
rogerdemello opened this issue Oct 5, 2024 · 11 comments · May be fixed by #2769
Open

[FEATURE] Creating a Tic-Tac-Toe game in CPP #2770

rogerdemello opened this issue Oct 5, 2024 · 11 comments · May be fixed by #2769
Assignees
Labels
enhancement New feature or request hacktoberfest

Comments

@rogerdemello
Copy link

Detailed description

This is a Tic-Tac-Toe game in C++.

Context

This is for the coders/programmers who want to implement Tic-Tac-Toe in C++.

Possible implementation

No response

Additional information

No response

@rogerdemello rogerdemello added the enhancement New feature or request label Oct 5, 2024
@realstealthninja realstealthninja linked a pull request Oct 5, 2024 that will close this issue
8 tasks
@realstealthninja realstealthninja linked a pull request Oct 6, 2024 that will close this issue
8 tasks
@AK261102
Copy link

AK261102 commented Oct 6, 2024

can u assign me this issue

@Satyam-nitp
Copy link

can you assign this to me.

Here’s a simplified description for implementing Tic-Tac-Toe in C++:

Create a 3x3 board using a 2D array to represent the game grid.
Display the board after each move so players can see the current game state.
Take input from the players (Player 1 = 'X', Player 2 = 'O') for selecting a position on the grid.
Check for a win after each move by verifying if three symbols are aligned in a row, column, or diagonally.
Check for a draw if all positions are filled and no one has won.
Alternate turns between Player 1 and Player 2 until there is a winner or a draw.
Display the result and offer the option to restart the game or exit.

@AK261102
Copy link

AK261102 commented Oct 6, 2024

i have updated it

@ManyaDhingra
Copy link

Hi @rogerdemello !! Can you assign me this issue?

@realstealthninja
Copy link
Collaborator

Please understand that assigning issues is a needless gesture, just create a pull request.
But in this case a pull request has already been made. #2769

@NikhilG-14
Copy link

NikhilG-14 commented Oct 12, 2024

@rogerdemello i want to work on this can you assign me this

@AK261102
Copy link

tag him bro @rogerdemello

@sandeepM-codes
Copy link

can u assign me this issue

@AnkitGSingh
Copy link

I have already solved it, can you please assign me this issue

@NikhilG-14
Copy link

NikhilG-14 commented Oct 15, 2024

@AnkitGSingh i have already make pr, so its better thaṭ you work on other issue

@Falakejaz786
Copy link

hey @rogerdemello can you assign me this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants