Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 363 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 363 Bytes

connect-four

A compact implementation of connect four written in rust.

Run the game

At the moment there no pre-built binaries - but you can build it locally with cargo.

# run the game
cargo run

# build a binary & execute it
cargo build --release
./target/release/connect-four