Rust - Connect Four This is a connect four CLI terminal game written in Rust to practice Rust concepts. Get Started Install Rust & Cargo In project folder, install dependencies with cargo build Run cargo run to start the game