mara-schulke / connect-four

A compact implementation of connect four written in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A compact implementation of connect four written in rust.

License:MIT License


Languages

Language:Rust 100.0%