aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-AI-Pathfinding-AStar/pkg-descr
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-08-27 09:32:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-08-27 09:32:45 +0000
commit705fc971df2baa4dd9a5440eed0ece2ca1f08d11 (patch)
tree2fc7cb8f9738af1d5d261f1ef2cc6fb482372f42 /devel/p5-AI-Pathfinding-AStar/pkg-descr
parenteb7041b464a03a555265a0e38b2a1cf58ead259a (diff)
downloadports-705fc971df2baa4dd9a5440eed0ece2ca1f08d11.tar.gz
ports-705fc971df2baa4dd9a5440eed0ece2ca1f08d11.zip
Add p5-AI-Pathfinding-AStar 0.02, Perl implementation of the
A* pathfinding algorithm. PR: ports/71014 Submitted by: Aaron Dalton <aaron@daltons.ca>
Notes
Notes: svn path=/head/; revision=117398
Diffstat (limited to 'devel/p5-AI-Pathfinding-AStar/pkg-descr')
-rw-r--r--devel/p5-AI-Pathfinding-AStar/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/p5-AI-Pathfinding-AStar/pkg-descr b/devel/p5-AI-Pathfinding-AStar/pkg-descr
new file mode 100644
index 000000000000..1d651280f34a
--- /dev/null
+++ b/devel/p5-AI-Pathfinding-AStar/pkg-descr
@@ -0,0 +1,10 @@
+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