Skip to content

casanche/casanchess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casanchess

A UCI compatible chess engine written in C++.

The NNUE evaluation is trained on millions of positions from auto-games and randomly generated FENs, evaluated with its own classical evaluation upto depth 7.

Play me on Lichess: Casanchess-NNUE

Build from source code

git clone https://github.com/casanche/casanchess.git
mkdir casanchess/build
cd casanchess/build
cmake ..
make -j

To do

  • Syzygy tablebases
  • Multi-thread implementation

Thanks

I would like to thank the whole chess programming community, the many open source engines and their authors who have this niche hobby.

Specially to: