#Yet, another terminal tic tac toe. Bot is bad.

8 messages · Page 1 of 1 (latest)

daring urchin
blissful shadow
#

Nice now you could make a ping pong game in the terminal

daring urchin
blissful shadow
#

It would require memory management and the program may crash a lot

#

practice first rendering basic objects and then making shapes

daring urchin
#

@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.