Skip to content

gcp/Koivisto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

507 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koivisto UCI

Koivisto is an AB-engine for chess written in C++ by Kim Kåhre, Finn Eggers and Eugenio Bruno (retired).

Supported UCI settings:

  • Hash
  • SyzygyPath (up to 6 pieces)
  • Threads (up to 256)

Acknowledgements

Compiling

Note that compiler warnings might pop up which can be safely ignored and will most likely be fixed in one of the future releases.

Windows / Linux

We do provide binaries for Windows / Linux systems. You can download them for each release after Koivisto 3.0 here. Note that we strongly recommend that you build the binaries yourself for best performance. Assuming build tools have been installed, one can type:

git clone https://github.com/Luecx/Koivisto.git
cd Koivisto/

mkdir bin/ 
cd src_files
make native

Besides compiling a native version which should be best in terms of performance, one can also compile static executables using:

mkdir bin/ 
cd src_files
make release

MacOS

We do not provide binaries for MacOS yet.

About

UCI Chess engine

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 75.9%
  • C 23.5%
  • Other 0.6%