Connect Four
Dec.19, 2007 in
Uncategorized
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.
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.
jDefense is a Java implementation of a tower defense style game.
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