| Crates.io | pounce |
| lib.rs | pounce |
| version | 2.0.2 |
| created_at | 2025-05-27 17:44:26.23832+00 |
| updated_at | 2025-08-18 20:56:10.488861+00 |
| description | A mediocre (but trying its best) uci chess engine |
| homepage | |
| repository | https://github.com/0xflick/pounce |
| max_upload_size | |
| id | 1691404 |
| size | 37,257,609 |
A UCI compatible chess engine written in Rust.
| Version | Estimated Elo |
|---|---|
| 1.2.4 | ~25001 |
There's also a magic bitboard generator in the wiz binary, and an alternate
datagen binary (datagen) that's still WIP.
You can build an optimized binary with:
make pgo-release
This requires cargo-pgo which will be installed automatically by the Makefile.
A normal release build can be built with:
cargo build --release
If you'd like to build either additional binaries (wiz or datagen), you can use:
cargo build --release --features wiz --bin wiz
or
cargo build --release --features datagen --bin datagen
Also the following engines for their inspiration and ideas:
Also Fastchess for sprt testing.
Based on a 10+0.1 tournament against Loki@v3.0.0, Kimbo@1.0.0, and Shen Yu@2.0.1 ↩