Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 422 Bytes

Rusty Checkers

A checkers game written in Rust for the CLI.

cd rust-checkers
cargo run

8x8 Checkers Board.

Pieces are kinged once they reach the other board side.

Kings can move in any direction.

The last player with pieces remaining wins!