Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 436 Bytes

Funes

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.

Running the code

  1. Download the code
git clone https://github.com/Tempate/Funes
  1. Compile it:
mkdir bin && cd bin
cmake .. && make
  1. That's it, an executable should appear inside the bin directory.