Package org.newdawn.slick.util.pathfinding.heuristics

Class Summary
ClosestHeuristic A heuristic that uses the tile that is closest to the target as the next best tile.
ClosestSquaredHeuristic A heuristic that uses the tile that is closest to the target as the next best tile.
ManhattanHeuristic A heuristic that drives the search based on the Manhattan distance between the current location and the target
 



Copyright © 2006 New Dawn Software. All Rights Reserved.