boggle
A boggle game. Confirms the user has found a valid word in the (small) dictionary and on the board. The computer always wins.
This version took one hour to make, while a Java version took a few hours. The time difference is due to Java being verbose and stupid. Objects in an ArrayList don't know their own class. Generics don't help when an ArrayList holds objects of different classes.
