PathFinding.js is a JavaScript plugin for pathfinding on a game grid.
PathFinding works on different geometry sets, like Euclidean, Manhattan, and Chebyshev.
As pathfinding is one of the hardest tasks to do properly — the original StarCraft series is an example of how a huge company couldn’t make pathfinding work on a powerful engine (remember the Dragoon units), — PathFinding.js is without a doubt one of the most useful libraries a JS game developer could encounter.














