Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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++/