chess-rs (WIP) - a cli frontend for chess written in rust
- We use matrix_display to pretty print the board in all its colours and unicode glory.
- We use termion for handling user input.

Download
git clone git@github.com:pierrechevalier83/chessview.git
Build
cargo build --release
Run
cargo run --release
TODO