Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 247 Bytes

Chess

Basic Chess Implementation in Rust

Instructions

cargo build
cargo run

To play the game, make moves in the format of 'a2 a3'

Special Moves

castle e1 g1 h1 f1
promote a2 a1 queen|rook|bishop|knight
enpassant a5 b7