🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

a node.js module implementing AStar with JPS algorithm

Started by
-1 comments, last by Ezelia 11 years, 7 months ago
Hello All :)

A* with JPS is one of the most efficient pathfinding algorithms, I was looking for it for a while and finally found a C implementation on github.

I converted that implementation to a node.js module that you can find here https://github.com/alaa-eddine/node-pathfinder


Hope it'll be usefull

This topic is closed to new replies.

Advertisement