AI-Pathfinding-AStar-Rectangle
view release on metacpan or search on metacpan
examples/snake_labirint.pl view on Meta::CPAN
use ExtUtils::testlib;
use AI::Pathfinding::AStar::Rectangle;
use Data::Dumper;
#~ use constant WIDTH_X => 16;
#~ use constant WIDTH_Y => 10;
use constant WIDTH_X => 64;
use constant WIDTH_Y => 32;
my $m = AI::Pathfinding::AStar::Rectangle->new({ width => WIDTH_X, height => WIDTH_Y });
use strict;
( run in 1.279 second using v1.01-cache-2.11-cpan-f56aa216473 )