Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/j3k0/minmaxer

C MinMax for Board Games
https://github.com/j3k0/minmaxer

Last synced: 22 days ago
JSON representation

C MinMax for Board Games

Awesome Lists containing this project

README

        

minmaxer
========

C MinMax for Board Games

Getting started
---------------

- Include minmaxer.h and minmaxer.c in your project.
- Check-out minmaxer/src/minmaxer-test.c for a quick example.