An engine for the game Ataxx.
Comments and feedback are more than welcome; feel free to join us at ##chessprogramming
on Freenode IRC and share your thoughts.
- Download the code
git clone https://github.com/Tempate/Funes
- Compile it:
mkdir bin && cd bin
cmake .. && make
- That's it, an executable should appear inside the bin directory.