Cuteataxx runs computer engine matches for the board game Ataxx. Still a work in progress.
Match settings are read from a .json file passed to cuteataxx through command line arguments
./cuteataxx settings.json
git clone https://github.com/kz04px/cuteataxx
mkdir ./cuteataxx/build
cd ./cuteataxx/build
cmake ..
cmake --build .
Match settings are provided in the JSON file format. An example of which can be found in the res
directory here. Details of the settings available can be found here.
Cuteataxx is available under the MIT license.
- JSON for Modern C++ JSON for Modern C++
- doctest The fastest feature-rich C++11/14/17/20 single-header testing framework
- To everyone partaking in Ataxx engine programming