a node.js module implementing AStar with JPS algorithm

Started by
-1 comments, last by Ezelia 11 years, 4 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