#chess #front-end #unicode #cli #writen

app chess-rs

A cli implementation of the chess game writen in rust

1 unstable release

Uses old Rust 2015

0.1.0 Mar 7, 2017

#823 in Games

MIT license

5KB
99 lines

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

Download

git clone git@github.com:pierrechevalier83/chessview.git

Build

cargo build --release

Run

cargo run --release

TODO

Dependencies

~9.5MB
~13K SLoC