https://github.com/marcelog/ttt
A tic-tac-toe in plain ansi c using a minimax implementation. This is really the *best* tic-tac-toe player by brute forcing ;) Compiles with gcc and visual studio 6
https://github.com/marcelog/ttt
Last synced: 11 months ago
JSON representation
A tic-tac-toe in plain ansi c using a minimax implementation. This is really the *best* tic-tac-toe player by brute forcing ;) Compiles with gcc and visual studio 6
- Host: GitHub
- URL: https://github.com/marcelog/ttt
- Owner: marcelog
- Created: 2011-02-18T19:19:48.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-06-13T20:22:54.000Z (about 14 years ago)
- Last Synced: 2025-06-20T23:08:41.786Z (12 months ago)
- Language: C
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A Tic-Tac-Toe player, uses MiniMax. Can compile in
* VisualStudio 6
* Gcc
* Turbo C 3.0/3.1
You can get a build (linux, x86_64) at the CI server:
http://ci.marcelog.name:8080/view/C%20C++/