Package rlgamekit.pathfinding

Interface Summary
PathDestination The pathfinding code will check "destination reached" conditions through this interface.
PathSource The pathfinding code will access maps through this interface.
 

Class Summary
Area A breadth-first area finder.
CoordinatePathDestination Tell pathfinder if the destination coordinate has been reached.
Path A breadth-first pathfinder, searching the shortest path from a start coordinate to a destination condistion.