2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
7 lines
379 B
Text
7 lines
379 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/dist/AI-Pathfinding-AStar/
|