Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 577 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 577 Bytes

Connect Four

This project uses the game Connect Four as a way to practice Test Driven Development (TDD) with RSpec.

This has similar functionality to all of the other Ruby CLI games I have built. The focus here is more on testing. The tests can be found below!

Video Demo

Connect Four Video Demo

Click here for a LIVE DEMO!

50 Passing Tests

Tests1
Tests2
Tests3
Tests4