Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 295 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 295 Bytes

connectFive

Connect Five (or 5-in-a-row) is a 2-player game like the traditional Connect Four game. Has been developed and tested (JUnit 5) in Java.

The game is text-based and is run from the console. Test cases have 79% test coverage.

The main method is located in the GamePlay.java class.