astar_dart 2.3.0
astar_dart: ^2.3.0 copied to clipboard
A pathfinding implementation in Dart. Efficiently finds shortest paths on grids, supporting barriers and weights. Manhattan, Euclidean, Hex
1.0.0 #
added support for hex tiles
1.1.0 #
separate by manhattan , euclidean , hex
1.2.0 #
- improve example
- Array2D added valueBuilder
2.0.0 #
- make it faster
- added gridBuilder
2.1.0 #
- improve performance
- added hex example
2.2.0 #
- remove BarrierPoint
- added hex example
2.3.0 #
- extract Array2d as package
- update hex example