Jump to content

Pathfinder - Jump Point Search?


Recommended Posts

I just found this amazing project on Github, which gives a great representation of how different pathfinding algorithms work. As expected, the A* algorithm currently used in the game works just fine, but the new Jump Point Search algorithm is unbelievably fast!

Since I'm not exactly experienced in AI- or pathfinding coding, I was wondering if implementing the Jump Point Search was possible and if the effort would be justified by increased performance?

http://qiao.github.i...ding.js/visual/

Link to comment
Share on other sites

  • 2 weeks later...

So if I see that correctly, the WIP-Pathfinder is a hierarchical A* with JPS optimization on a Grid of 16 cells per terrain cell with unit-based clearance and using a points-of-visibility algorithm with higher precision obstruction edges on the local step (local being the way to the next high level waypoint?)?

That seems like quite a beast. ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...