Skip to content

An experimental UCI chess engine written in Rust

License

Notifications You must be signed in to change notification settings

skycloudd/eccat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eccat

Rust


Eccat also runs on Lichess! It can be found at https://lichess.org/@/kybot

lichess-rapid lichess-rapid lichess-rapid

Building

Eccat is built in Rust

To install rust, follow the instructions at https://rustup.rs/

For the best performance, build with the full profile and the pext feature

cargo build --profile full --features=pext

Some cpus may not support the pext feature, in which case you can build without it

cargo build --profile full

Or if you just want a quick build without optimizations

cargo build

Acknowledgements

Much thanks to @tissatussa for reporting various issues, problematic positions, and helping with testing the engine! :)

About

An experimental UCI chess engine written in Rust

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •