Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@keelus keelus released this 25 Dec 01:33
e65c7cb

Pathfinding v1.0.0

First stable release of my visual implementation of Dijkstra and A*.

Main features:

  • Canvas drawing & tools.
  • Easy to use.
  • Multiple sizes of grids.
  • Regulable speed.
  • Compatible and compiled for Windows, Linux and macOS.

If you're on Linux or macOS, to make the binary executable, run: chmod +x pathfinding_<rest of the filename>.
Also, in newer versions of macOS, you might need to run: xattr -c pathfinding_<rest of the filename> if you get an error message.
Then, you can execute it via ./pathfinding_<rest of the filename>