Named after the first king of the Franks and the paleoamerican mammoth slayers, Clovis is a powerful UCI chess engine written in C++. It is a successor to Hopper Chess in that it follows standard convention more closely.
Clovis requires make
and a compiler with C++20 support.
git clone https://github.com/jonathanmcdermid/Clovis
cd Clovis
mkdir build
cd build
cmake ..
make
./Clovis
Commands for the engine can be issued using the standard UCI format
Clovis is currently estimated to have an Elo rating of ~2880
This engine uses ideas from various sources
Special thanks to the engine testers!