Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 312 Bytes

Connect Four

This is an implementation of the classic game of Connect Four.

Installation

Go to https://www.rust-lang.org/tools/install for instructions on installing and cargo.

Running

Run the executable with the command cargo run. The on-screen instructions will tell you how to play the game.