a_star_algorithm library

Classes

AStar
Class responsible for calculating the best route using the A* algorithm.
Tile
Represents a tile/cell in the grid.

Typedefs

ValueChanged<T> = void Function(T value)