how to code a tic tac toe game
ive been coding for almost a month now and wached a bunch of toturlas so i tried making my most advanced project so far which is a tic tac toe game but i find it so hard for some reason. is there any tips to improve my coding skills?
11 Replies
have you started? 🙂
that's the most important step
I started
I made an array
For the game board
But that’s it lmao
You want to make it as a console app?
Right
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
My friend suggested to use a regular array rather than a 2d array
I tried writing down comments in the code but it didn’t help
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
He said that it’s as less complicated to code with a regular array
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
As Bluvarth suggested, write down the steps of how a tic tac toe game would play out
Okey I’ll do it thanks for the help