It consists of the an extensible set of tools for collecting pathfind
data and finding and executing paths. Below is a summary of contents
of this release:
* Tools to create the raw pathfind data (Grid) by flood filling
* A default StepChecker (used for flood fill) implementation based on
jPCT's collision detection system
* Tools to create and customize runtime path find data (Land) out of
grid
* A generic A* implementation
* Tools to create and execute various types of executable paths out of
path find results
* GridPanel to visualize path find data and found paths
* Some jPCT related helper tools to ease test and debugging
* Documentation: tutorial and javadocs
* 2 complete samples demonstrating how to implement door and elevator
mechanims on top of jKilavuz
cheers,
r a f t