/sce

Primary LanguageC++

SuperChessEngine

Installation

  • Install and make libchess library.
git clone https://github.com/superchessengine/libchess.git
cd libchess
mkdir build
cd build
cmake ..
make
  • Now copy libchess/build/static/libchess.a to src/libs/libchess and libchess/src/libchess to sce/libs/libchess.