in Programming

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.

Project Page (Downloads available)

  1. Hai… Can I get the java source code for this game? I need it for school work.. please…

Comments are closed.