/Fairy-Stockfish-Lib

Exports a library for fairy stockfish, which can be, in turn, wrapped by language specific bindings.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

This project exposes a subset of the Fairy-Stockfish API into a C++ library. The intended use case is for language specific wrappers.

Building:

cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
cmake --build build