game in which the players choose a color and then take turns dropping colored tokens into a six-row, seven-column vertically suspended grid
Built using Ruby with TDD via RSpec.
- Players take turns choosing a column to drop their token
- Board updates to display all tokens
- Detects winning plays horizontally, vertically, and diagonally
- Clone this repo
- Start game:
bash ruby ./lib/game.rb