Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-13T20:22:54.000Z (over 12 years ago)
- Last Synced: 2024-11-16T06:56:30.845Z (2 months ago)
- Language: C
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 3
- 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.1You can get a build (linux, x86_64) at the CI server:
http://ci.marcelog.name:8080/view/C%20C++/