Games::Mazes

Create Mazes as Objects
Download

Games::Mazes Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John Gamble
  • Publisher web site:
  • http://search.cpan.org/~jgamble/

Games::Mazes Tags


Games::Mazes Description

Games::Mazes is a Perl module that creates mazes. You may use the Games::Maze package to create 3-dimensional rectangular or hexagonal mazes. Mazes are objects that you can manipulate using the available methods.SYNOPSIS use Games::Maze; $m1 = Games::Maze->new(); $m2 = Games::Maze->new(dimensions => ); $m3 = Games::Maze->new(dimensions => , cell => 'Hex'); $m1->make(); $m1->solve(); print $m1->to_ascii(); print $m1->to_hex_dump(); %maze_attr = $m1->describe();Product's homepage


Games::Mazes Related Software