共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > TTT |
TTT
|
0 | 0 | 4 |
贡献者 | 讨论 | 代码提交 |
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