ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
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: https://metacpan.org/release/AI-Pathfinding-AStar
|