qiao / PathFinding.js

A comprehensive path-finding library for grid based games
http://qiao.github.io/PathFinding.js/visual/
8.4k stars 1.31k forks source link

Link to algorithms descriptions #30

Open Zverik opened 11 years ago

Zverik commented 11 years ago

After experimenting with the site one would be interested in algorithm details (especially after Jump Point Search :) So it'd be nice to have descriptions a click away from the page. Wikipedia will do fine. Both algoritms and heuristics need links.

qiao commented 11 years ago

Thanks for your suggestion. I'll consider adding the links :)

imor commented 9 years ago

Hi @Zverik there is PathFinding.js documentation in the works, though the sections on algorithms is yet to be written. You might want to keep an eye on this.