Check it out on Lichess
Report Bug
·
Request Feature
Redtail is a chess engine written in Rust. The engine employs various algorithms and strategies to make intelligent moves and offer a challenging opponent for chess enthusiasts. It may not be stockfish, but it's mine :)
Challenge redtail to a game on lichess or play redtail in the browser with WASM: https://webtail.vercel.app/ (Note that the WASM version is usually a bit behind, and its strength is dependant on your hardware)
To use redtail, follow these steps:
-
Clone the repository:
git clone https://github.com/georgemunyoro/rusty-redtail.git
-
Build the project using Cargo:
cd redtail cargo build --release
-
Run the engine:
cargo run --release
-
Interact with the engine via a user interface or a chess GUI that supports the Universal Chess Interface (UCI) protocol.
Contributions to redtail are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository. Feel free to fork the project and submit pull requests as well.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code.
Enjoy playing chess with redtail!