Skip to content
/ aika Public

Amateur level C++ chess engine with web GUI on top of lc0 board representation

License

Notifications You must be signed in to change notification settings

IlyaGusev/aika

Repository files navigation

Aika

Tests Status

Amateur level C++ chess engine with web GUI on top of lc0 board representation

Based on:

Build

Prerequisites: CMake, Boost

sudo apt-get install cmake libboost-all-dev build-essential libjsoncpp-dev uuid-dev

For MacOS:

brew install boost jsoncpp ossp-uuid

Build commands:

git clone https://github.com/IlyaGusev/aika/
cd aika
git submodule update --init --recursive
mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j4 && cd ..

Run

cd build
./aika --root ../gui --search_config ../search_config.json