Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j3k0/minmaxer
- Owner: j3k0
- License: gpl-2.0
- Created: 2014-11-20T19:22:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T06:59:12.000Z (almost 10 years ago)
- Last Synced: 2024-04-08T00:24:14.141Z (7 months ago)
- Language: C
- Size: 168 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.