Riddle Solving Game

{ Java (Swing) }

Using Java with Swing I created a game in which the user is given a sentence that has each letter matched to a corresponding letter. It is the user's job to decipher which letter matches which and to find the meaning in the sentence. I decide what the user said through use of regular expressions and ended up learning quite a lot about regex through developing this project.

Chobo Wars

{ Java (Applet) }

Engage in an epic game of survival against an unstoppable enemy. Use a large arsenal of weaponry to destroy the attacking Chobos as quickly and efficiently as possible.

I wrote this Java Applet during the summer of 2007. It was my first large PC-based game and taught me basic management of large-scale projects. The game features a large number of sound effects and graphic animations.

Shu Tower Defence

{ Java (Applet) }

Withstand the onslaught of enemies for 21 levels and kill the mighty Shu on the last level. Using an A* pathfinding algorithm, the creeps will find the fastest way through your towers to make it to the end. Try different build patterns to maximize your damage.