Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 928 Bytes

readme.md

File metadata and controls

45 lines (27 loc) · 928 Bytes

Dan's Rusty Chess

Learning Rust and chessing.

Pieces all over the place on and around a chess board

Features

  • Incredible terminal interface
  • Read from FEN
  • Start a game from a FEN
  • Highlight available moves for a piece
  • Loads of weird bugs

Tech

  • Rust
  • tui (terminal ui)

Playing

Start with different boards

cargo run -- --fen "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"

Dev

Building

cargo build

Testing

cargo test

Code coverage

cargo tarpaulin

Resources