Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 247 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 247 Bytes

Rust - Connect Four

This is a connect four CLI terminal game written in Rust to practice Rust concepts.

Get Started

  1. Install Rust & Cargo
  2. In project folder, install dependencies with cargo build
  3. Run cargo run to start the game