| Package | Description |
|---|---|
| com.almasb.fxgl.extra.ai.pathfinding.maze |
| Modifier and Type | Method and Description |
|---|---|
MazeCell[][] |
Maze.getMaze() |
MazeCell |
Maze.getMazeCell(int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
List<MazeCell> |
Maze.getPath(int startX,
int startY,
int targetX,
int targetY)
Returns shortest path between two cells in the maze.
|
Copyright © 2018. All rights reserved.