Skip to content
johhov edited this page Dec 19, 2012 · 3 revisions

The pathfinder class takes a Map object and finds the shortest valid path from the start point to the end point specified in the map object.

It functions by making a two dimensional array of SearchNodes and performing the A* algorithm on them.

Clone this wiki locally