Package | Description |
---|---|
com.b3dgs.lionengine.game.map | |
com.b3dgs.lionengine.game.pathfinding | |
com.b3dgs.lionengine.game.strategy | |
demo.strategy |
Class and Description |
---|
PathMover
Describe an object which can move on a tile path based map.
|
Class and Description |
---|
AStarHeuristic
The description of a class providing a cost for a given tile based
on a target location and entity being moved.
|
Node |
Path
A path determined by some path finding algorithm.
|
PathFinder
A description of an implementation that can find a path from one
location on a tile map to another based on information provided
by that tile map.
|
PathMover
Describe an object which can move on a tile path based map.
|
Step |
Class and Description |
---|
PathMover
Describe an object which can move on a tile path based map.
|
Class and Description |
---|
AbstractPathMover |
PathMover
Describe an object which can move on a tile path based map.
|