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

Remove tunnelling #31

Open Yonaba opened 10 years ago

Yonaba commented 10 years ago

This feature is not likely to be useful (included in 1.8.1). It sounded like something good,at first, but it should be removed in the next release. Plus, it does not well acommodates with most of search algorithms, such as Jump Point Search, ThetAstar and Lazy ThetAstar. The feature will be removed, in favor of allowCornerCrossing (see #30)