Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 856 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 856 Bytes

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.

alt tag

Install (the easy way)

cargo install chess-rs

Download

git clone git@github.com:pierrechevalier83/chess-rs.git

Build

cargo build --release

Run

cargo run --release

TODO