Skip to content

Luecx/Koivisto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koivisto UCI 1.0

Koivisto is an AB-engine for chess written in C++. The strength is estimated to be around 2760 CCRL on a single core.

Supported UCI settings:

  • Hash
  • SyzygyPath (up to 6 pieces)

Compiling

cd src_files
make

A few compiler warnings about unused functions might pop up. Those functions are only from the syzygy code which have been copied from Fathom