ConnectFour.A simple connect four game built in Java. The user has options of playing with another human player, or with a basic AI that looks ahead a single move and makes that move if it results in a win. If not, the AI makes random moves. The repository contains unit tests for non-GUI code.