menu
a_star package
documentation
a_star_2d.dart
Maze
Maze constructor
Maze constructor
dark_mode
light_mode
Maze
constructor
Maze
(
List
<
List
<
Tile
>
>
tiles
,
Tile
start
,
Tile
goal
)
Implementation
Maze(this.tiles, this.start, this.goal);
a_star package
documentation
a_star_2d
Maze
Maze constructor
Maze class