Ciekce / cuteataxx

Cuteataxx runs engine matches for the game Ataxx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cuteataxx

Cuteataxx runs computer engine matches for the board game Ataxx. Still a work in progress.


Usage

Match settings are read from a .json file passed to cuteataxx through command line arguments

./cuteataxx settings.json

Building

git clone https://github.com/kz04px/cuteataxx
mkdir ./cuteataxx/build
cd ./cuteataxx/build
cmake ..
cmake --build .

Settings

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.


License

Cuteataxx is available under the MIT license.


Thanks

  • 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

About

Cuteataxx runs engine matches for the game Ataxx

License:MIT License


Languages

Language:C++ 96.8%Language:CMake 3.2%