A terminal driven game of connect 4
Connect Four is a two-person game, where players drop tokens into a seven column, six row board. The first player to connect 4 tokens (either horizontally, vertically, or diagonally) wins the game.
This game was created to practice Ruby.