/rustConnect4

The popular Connect4 game written in Rust

Primary LanguageRust

RustConnect4

Play the game

You will need Rust installed on your system to build the binary and play. Start by installing Rust.

Once installed, you can run the game from the terminal with $ cargo run

Build

cargo build

Tests

cargo test