Yonaba / Jumper

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

Maximum length paths #12

Open Yonaba opened 11 years ago

Yonaba commented 11 years ago

As the issue title implies, having the possibility to return a path having a given maximum length. That would be useful for units having a maximum stepping ability, or units that can move on a limited distance when attempting to reach a goal.