Cargo
Chess-tui can be installed with cargo, the Rust package manager.
Installation
cargo install chess-tui
Then run the game with:
chess-tui
The package is available on crates.io 🎉
Installing without sound features
If you want to install chess-tui without sound support (useful for environments without audio support), you can disable the sound feature:
cargo install chess-tui --no-default-features
note
By default, chess-tui includes sound features. Use --no-default-features to install without sound support.