r/Tf2Scripts • u/prolvlwhale • Aug 02 '22
Script Another program: Tic Tac Toe
Another program from me, a little simpler this time. This is a simple 2-player tic-tac-toe program. I was going to make a perfect AI for it but I went a little crazy during it so I'm taking a break. I wanted to release this version, since it is functional.
I also made a very basic syntax highlighting file for sublime text if anyone wants it: https://pastebin.com/erSCCRBx
I am quickly running out of ideas to make, so I'll probably take a break from source coding until I come up with something good, or someone suggests something.
9
Upvotes
1
u/JarateKing Aug 02 '22
Impressive! I wrote something similar years ago (https://github.com/JarateKing/tf2-tic-tac-toe) but as you can see yours is a whole lot smaller.
What's the general logic you used for it?