Perl implementation of the A* pathfinding algorithm
This module implements the A* pathfinding algorithm. It acts as a base class from which a custom map object can be derived. It requires from the map object a subroutine named "getSurrounding" and provides to the object a routine called "findPath" which calculates the shortest (ie. least-expensive) path between two nodes.
$
pkg install p5-AI-Pathfinding-AStarOrigin
devel/p5-AI-Pathfinding-AStar
Size
17.0KiB
License
ART10, GPLv1+
Maintainer
bofh@FreeBSD.org
Dependencies
2 packages
Required by
0 packages