A* Pathfinding
Project Homepage:http://jt0.org/projects/astar
What This is an A* Pathfinding algorithm implimented in native DarkBASIC Professional code as a simple set of functions.
How The basis of it include first initializing the 'Map' and other needed variables (1 function call), then setting up all the allowable area's on the map itself (1 function called many times), then from there, it's simply a matter of calling the Pathing function, which will return a memory block containing all the path information requested.
Notes