A compact implementation of connect four written in rust.
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