Skip to content

jalamb5/connect_four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four

game in which the players choose a color and then take turns dropping colored tokens into a six-row, seven-column vertically suspended grid

Screenshot

Built using Ruby with TDD via RSpec.

Features

  • Players take turns choosing a column to drop their token
  • Board updates to display all tokens
  • Detects winning plays horizontally, vertically, and diagonally

Usage

  • Clone this repo
  • Start game: bash ruby ./lib/game.rb

About

Play Connect Four in the Terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages