Yes Another Chess is a chess engine written in Rust. Despite its name, this chess engine offers unique features and enhancements over its predecessor, chess rust. The engine is heavily derived from rustic. Currently, the engine does not support hashing, but that will be my next project.
First, build the executable file or run it directly in release mode for optimal performance:
cargo build --releaseor
cargo run --releaseFinally, you can display all available options and commands by running the program with the -h or --help argument:
cargo run --release -- -hThis project is licensed under the MIT License. See the LICENSE file for details.