Kurt Nelson

My Various Random Ramblings

Entries Tagged ‘game’

Connect Four

The program uses a depth-first game tree search and heuristics to come to the correct answer. In less than a second, it comes to the best move thinking about 7 moves in advance.

Leave a Comment

jDefense 0.2 Released

jDefense is a Java implementation of a tower defense style game.

Leave a Comment

jDefense 0.1.2

We have released the newest version of jDefense which has some major bug fixes, and minor graphical updates. The game is now fully playable, and just needs to be balanced. The newest version is available at http://jdefense.sourceforge.net

Leave a Comment