#four #connect #compact #game

app schulke-214/connect-four

A compact implementation of connect four written in rust

1 unstable release

0.1.0 Jan 2, 2019

#575 in Games

14 stars & 1 watcher

230KB
339 lines

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

No runtime deps