University of Manitoba - Summer 2016
COMP 2150 - Object Orientation
Assignment 3
An implementation of Connect Four against an AI opponent. You are able to select the level of difficulty for a noticeable difference in AI strategy.
Written in Java, the GUI version of this program can be compiled and run in Eclipse, or, the text version can be run from the command line in the src directory using the command java MainText. All required and numerous optional aspects of the assignment were implemented to achieve a 100% grade.
