Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 516 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 516 Bytes

RSChess logo: 4 by 4 chess board with the Rust logo in the bottom right

Chess board with rule enforcement and state feedback, written in Rust

Basic Use


Demonstration is provided in `main.rs`
  • Move a piece: <Board>.r#move(start: &str, end: &str) where start and end are letter-number coordinates.