+ 1
How to do a tic tac toe game codes
3 odpowiedzi
+ 4
a good time to start using the searchbar in code playground .
Give it a try.
+ 1
Search on YouTube bro.
More than 10 videos are there in tutorial for tic-tac-toe
0
First you need to understand the mechanism of tic tac toe if you are going to do yourself.
That what leads to win, what leads to draw and what leads to lose.
Then make a table of 3*3 and write condition for various possible cases using loops.