orbita2d / admete

2 stars 0 forks source link

Tests - Linux Tests - Windows

admete

αδμετε is a UCI chess engine written in c++.

Features

Binaries

Binaries for x86-64 CPUs are available for every release.

Build from source

Build from source with cmake with:

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

Tests

Run tests with:

Linux:

./build/tests

Windows:

.\build\Release\tests.exe