Skip to content

Releases: pacotine/dijkstra-a_star-mapper

v1.2

Choose a tag to compare

@pacotine pacotine released this 30 Dec 16:37
2708bb2

This release includes the following enhancements:

  • added a new --heuristic option with 4 types: Manhattan, Euclidean, Chebyshev, Octile (d0185e4)
  • fixed a bug that gave false animations on edge paths (b565d23) because the previous path displayed was the latest found by the pathfinding algorithm
  • added a complete, detailed documentation (#8)
  • improved README with demo commands

Full Changelog: 1.1...1.2

v1.1

Choose a tag to compare

@pacotine pacotine released this 16 Dec 10:20

This version fixes all bugs related to the launcher. It add several new options like :

  • --start
  • --path-color
  • --time
  • etc.

README has been updated for this release.

Full Changelog: 1.0...1.1

v1.0

v1.0 Pre-release
Pre-release

Choose a tag to compare

@pacotine pacotine released this 12 Dec 21:26
a0f0754

Beta version, it contains some bugs. Some cool features (more options/arguments for the launcher for example) will come soon!

What's Changed

Full Changelog: https://github.com/pacotine/dijkstra-a_star-mapper/commits/1.0