Implementation of the game Othello using the MVC move pattern. Has the ability to show possible moves, undo moves, and show who's winning.
Continuation of MoorOthello but with a polymorphic twist. Allows for the user to select from Othello, TicTacToe, or Connect Four and perform the same actions available in the MoorOthello project.