Reversi (Java)
This program was written for my first AI class at Drexel University. It features an AI opponent using the MiniMax algorithm.
A Youtube video of the program in action is provided in case you do not want to download the executables:
To run, download the zip file, unzip, and run:
java OthelloApplication
The game was designed to be run as an applet but may not work as such.

