Connect4 game written in Java.
Second coursework for Principles of Programming module. Achieved a grade of 86%.
First task was to revise the provided code as it didn't compile or run, was poorly designed (e.g. it was mostly made up of a huge main function without comments) and needed to be fixed using the object-oriented principles/features.
Second task was to provide an altered version of the provided code which a human marker can use to play a complete game of Connect4 against the computer.