skycloudd / eccat

An experimental UCI chess engine written in Rust
MIT License
1 stars 1 forks source link

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! :)