#Yet, another terminal tic tac toe. Bot is bad.
8 messages · Page 1 of 1 (latest)
Nice now you could make a ping pong game in the terminal
it will be changeling but I may give it a shot.
Yes, you will need the ansi escape codes and you could save the output into a char pointer instead of doing prints all the time https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797
It would require memory management and the program may crash a lot
practice first rendering basic objects and then making shapes
@blissful shadow I have used escape sequence once for this project https://github.com/JohnKunwar/WordleC. Didn't knew I could render more thing. Also, I am developing a weird fetish for memory managment. Now you have taken my interest into ping pong : P
but for this tic-tac-toe project I am plannig on using minimax depth-search algorithm. Let's see what's happens.