A tui chess game written in rust.
- Promotion handling
- Move highlighting
- UCI support
Clone the repository
git clone https://github.com/RedPhortex/tui-chess.git
Go to the cloned directory
cd tui-chess
Run for development
cargo run
Run tests
cargo test
cargo build --release
This project is licensed under the MIT License - see the LICENSE file for details