
Demo
With docker
With Cargo
git clone git@github.com:thomas-mauran/chess-tui.git
cd chess-tui
cargo build --release
./target/release/chess-tui
Roadmap
You can find the roadmap of the project here if you want to contribute.

With docker
docker run --rm -it ghcr.io/thomas-mauran/chess-tui:main
With Cargo
git clone git@github.com:thomas-mauran/chess-tui.git
cd chess-tui
cargo build --release
./target/release/chess-tui
You can find the roadmap of the project here if you want to contribute.