FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Tests codecov

UCI compliant chess engine

Play online

Challenge me on Lichess: https://lichess.org/@/FataliiBot

Download

Binaries for Linux and Windows are available on the release page.

Building from source

To build the engine from source, you need a Rust compiler. Clone the repo:

# Using SSH
git clone git@github.com:FitzOReilly/fatalii.git
# Alternatively, using HTTPS
git clone https://github.com/FitzOReilly/fatalii.git

and build the engine:

cd fatalii
cargo build --profile release-lto --bin fatalii

The binary will be in target/release-lto/fatalii.

Usage

Fatalii supports the UCI protocol (universal chess interface), so it can be used with a UCI compatible GUI. Some choices are Cute Chess, Arena or Lucas Chess.

UCI options

Supported variants

Fatalii supports both standard chess and Chess960 (a.k.a. Fischer Random Chess).

Features

Thanks to

More helpful resources