a_star_algorithm 0.1.0
a_star_algorithm: ^0.1.0 copied to clipboard
Package that uses the A * algorithm to find a way to the destination through the barriers.
0.1.0 #
- Adds param
withDiagonal
to enable and disable diagonal.
0.0.5 #
- Improvements example.
- Fix crash when not found a path.
0.0.4 #
- return path empty if the and is a barrier.
- fix bug Offset inverted.
0.0.3 #
- Improvement in the algorithm implementation
0.0.2 #
- Fix return the shortest path
0.0.1 #
- First version