Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azakhary/As3Pathfinder

as3pathfinder is a Grid Path finding Library written on Action Script 3. It is finding shortest route from start point to end on a 2D grid for given map of obstacles. Utilizes Dijkstra's algorithm.
https://github.com/azakhary/As3Pathfinder

Last synced: about 2 months ago
JSON representation

as3pathfinder is a Grid Path finding Library written on Action Script 3. It is finding shortest route from start point to end on a 2D grid for given map of obstacles. Utilizes Dijkstra's algorithm.

Awesome Lists containing this project

README

        

As3Pathfinder
=============

as3pathfinder is a non A* Grid Path finding algorythm for Action Script 3.
It is finding shortest route from start point to end on a 2D grid for given map of obstacles.
Utilizes Dijkstra's algorithm.