With docker
docker run --rm -it ghcr.io/thomas-mauran/chess-tui:main
With Cargo
cargo install chess-tui
chess-tui
With Github
git clone git@github.com:thomas-mauran/chess-tui.git
cd chess-tui
cargo build --release
./target/release/chess-tui
NetBSD
On NetBSD a pre-compiled binary is available from the official repositories. To install it, simply run:
pkgin install chess-tui
Draws
- Stalemate
- 50 moves rules
- 3 time repetition of the same position
Piece Promotion
no demo available yetYou can find the roadmap of the project here if you want to contribute.
The project is also available on crates.io here