For this project, I followed TDD to recreate the game Connect Four on the command line. Click here to play it online, or clone this repo to play it locally! The project details can be found here.
Close game! Matt pulls out the win, though!
- Prerequisites: ruby >= 2.7
- Clone this repo (instructions)
- Navigate into this project's directory
cd connect-four
- Play by entering
ruby lib/main.rb