Skip to content

It's connect four! Written in Ruby, tested with RSpec, and played on the command line.

Notifications You must be signed in to change notification settings

mattnoakes/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four On The Command Line

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.

Demo

connect four
Close game! Matt pulls out the win, though!

Installation and Play Instructions

  • Prerequisites: ruby >= 2.7
  • Clone this repo (instructions)
  • Navigate into this project's directory cd connect-four
  • Play by entering ruby lib/main.rb

About

It's connect four! Written in Ruby, tested with RSpec, and played on the command line.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages