T
Analyzed 11 months ago
A tic-tac-toe in plain ansi c using a minimax implementation. This is really the *best* tic-tac-toe player by brute forcing ;) It will precalculate all the 9! (factorial) moves and play accordingly to either win or tie, never lose. Compiles with gcc and visual studio 6
487
lines of code
0
current contributors
over 12 years
since last commit
0
users on Open Hub