Yonaba / Jumper

Fast, lightweight and easy-to-use pathfinding library for grid-based games
http://yonaba.github.io/Jumper
MIT License
607 stars 122 forks source link

direction dependent walkability #43

Open raingloom opened 8 years ago

raingloom commented 8 years ago

Some time ago I wanted to use Jumper on a heightmap. What I was aiming for was a simple check for climb/fall distance. If the walkable callback included the current and checked positions, would that break the A* or Dijkstra implementations?