This class can be used to find the shortest path in a map.
This class is used for a few in-development browser based games which utilize tile-based square maps. Map is stored as an array of tile's, each tile has weight value attached. Pathfinder calculates shortest path to the location.
Limits of this class include pathfinder only seeing one square around itself and making decisions based on the distance of that tile to the destination tile. It is not the most accurate pathfinding solution, however it should provide basic groundwork for any tile-map browser based games pathfinding.
| Link |
Description |
| Pathfinder Tech-Demo |
Working example of jQuery/AJAX/PHP solution which demonstrates the pathfinding solution. |

If you know an application of this package, send a message to the
author to add a link here.