paths
paths copied to clipboard
paths is a pathfinding library written in Golang for use with games.
Hello! Closes #2 In this I've added an A* method with the relevant heuristics. I've also included the update of the original function to use a map for faster lookup....
Hi! Can you please fix go.mod? Currently you defined package name as: `module github.com/solarlune/paths` but in reality your path is: `github.com/SolarLune/paths`. So when I am trying to go get it:...
- [ ] Add a heuristic to pathfinding to make it A*-style. - [ ] Maintain a sorted list instead of sorting the list after each iteration when creating a...
You know the drill~ 
Hey, seems a bit counter intuitive but I'm creating a roguelike and I'd like entities to attempt to path to one another, but upon reaching the destination not move into...
Fixes the diagonal movement not working when "wallsBlockDiagonals" is enabled