Tic tac toe game in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Tic tac toe game in c++

From where can I get the information about logic of tic tac toe game written in C++, the app said this question was not found so I am asking this question again

5th May 2023, 6:52 AM
Paul
13 Answers
+ 5
1. Google "tic tac toe rules" 2. Read the rules 3. Break it down to a tediously pedantic step-by-step set of instructions 4. Translate pseudocode to C++ 5. Run code, fix bugs 6. Repeat 5 until it works PS This forum is mostly for help with step 5, so come back when you get there
5th May 2023, 7:01 AM
Orin Cook
Orin Cook - avatar
+ 3
Paul I don't know you deleted it or not but yesterday I already give you the answer and you can do search on google or youtube you can get an idea how to make tic-tac-toe game
5th May 2023, 10:24 AM
Sakshi
Sakshi - avatar
+ 2
I don't get it, how is this possible it means your message will automatically delete? Because I check in your profile and that question is not there
5th May 2023, 9:13 AM
Sakshi
Sakshi - avatar
+ 2
Paul if you are planning to run it in Sololearn, you might be terribly dissapointed, since you can't have real interactivity here. It is possible to write a very basic console tic-tac-toe in c++ without external libs. But you have to have access to a pc or laptop and a working c++ compiler or ide setup. http://www.cppforschool.com/project/tic-tac-toe-project.html
7th May 2023, 4:20 AM
Bob_Li
Bob_Li - avatar
+ 1
Paul Yesterday you asked the same question and now you have deleted that question too.
5th May 2023, 8:01 AM
Sakshi
Sakshi - avatar
+ 1
i literally made this game with opengl on c++, can share a link to the source code if you're interested
6th May 2023, 12:18 PM
Patrick
Patrick - avatar
0
I havent deleted. I got a notification about your answer message but it said message not found
5th May 2023, 8:37 AM
Paul
0
Sakshi I asked question but didnt deleted it
5th May 2023, 9:56 AM
Paul
0
Sakshi ok thanks
5th May 2023, 12:35 PM
Paul
0
Orin Cook ok thanks
5th May 2023, 12:35 PM
Paul
0
Patrick ok thank you
6th May 2023, 2:08 PM
Paul
0
Mirielle thank you
6th May 2023, 2:08 PM
Paul
0
Bob_Li ok thank you
7th May 2023, 9:12 AM
Paul