Fifteen puzzle, with its own goal-seeking to find the best solution
This project implements the "fifteen puzzle", but it has a twist: the program can solve the puzzle perfectly.
The project contains a simple JAVA framework that implements heuristic goal-seeking algorithms. We use this to search for the best solution, but the framework is general-purpose and can be used for similar one-person puzzles. Using this framework will allow developers to focus on a specific domain of interest, while leaving many of the AI concepts and goal-searching concepts to be implemented by the framework
The front-end classes use Swing and thus can be run via the Web.
...
Galahad is a Java framework for the construction of multi-player card and board games of all types. Galahad will include network and AI play and will ultimately evolve into a set of vertical and horizontal frameworks.
This is a java remake of the classical Lode Runner game. In addition, the project intends to be a test-bed for various game AI and mobile agents techniques.