CLI chess game for two players written in Rust.
Includes library and binary.
Run cargo run.
Pieces are marked "PIECE + player". For example, "Pw" is a white player's pawn and "Qb" is a black player's queen. King is marked with '*'.
To move a piece, type current and new location with a capital letter and separated by a space. For example, A2 A4 or B8 C6.
Run cargo test.