Posts Tagged ‘java’

Thirteen (Java)

Posted in Programming, Software on August 14th, 2004 by Jamie – Be the first to comment

I wrote this Java application for our CS GUI class. The class was pretty easy, but probably because I had been doing GUI-based programming since my last co-op at Duane Morris programming with Delphi.

To see the program in action without downloading the file, see the videos below:

~1 min, Full Annotations

~20sec, No annotations

To run the application, use the command:

java ThirteenApplication

on the zip which has already been built.  I am including the source; this was originally build with java 1.42.

Project page (Source and downloads)

Reversi (Java)

Posted in Programming, Software on July 2nd, 2004 by Jamie – 2 Comments

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)


Switch to our mobile site