menu
a_star package
documentation
a_star_2d.dart
a_star_2d.dart
dark_mode
light_mode
a_star_2d
library
Classes
Maze
Tile
Functions
aStar2D
(
Maze
maze
)
→
Queue
<
Tile
>
This algorithm works only for 2D grids. There is a lot of room to optimize this further.
heuristic
(
Tile
tile
,
Tile
goal
)
→
double
a_star package
documentation
a_star_2d.dart
a_star
package
Libraries
a_star
a_star_2d
a_star_2d library