freebsd-ports/devel/p5-AI-Pathfinding-AStar/pkg-descr
Mathieu Arnold 705fc971df Add p5-AI-Pathfinding-AStar 0.02, Perl implementation of the
A* pathfinding algorithm.

PR:		ports/71014
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2004-08-27 09:32:45 +00:00

10 lines
412 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/
- Aaron Dalton
aaron@daltons.ca