Games::RolePlay::MapGen

Games::RolePlay::MapGen is a Perl base object for generating dungeons and maps.
Download

Games::RolePlay::MapGen Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Miller
  • Publisher web site:
  • http://search.cpan.org/~jettero/

Games::RolePlay::MapGen Tags


Games::RolePlay::MapGen Description

Games::RolePlay::MapGen is a Perl base object for generating dungeons and maps. Games::RolePlay::MapGen is a Perl base object for generating dungeons and maps.SYNOPSIS use Games::RolePlay::MapGen; $map->set_generator("Basic"); # This is actually the default generator, $map->add_generator_plugin("BasicDoors"); # however, you must add the doors. $map->generate("map.txt"); # It'll generate a text map by default. $map->set_exporter( "BasicImage" ); # But a graphical map is probably more useful. $map->export("map.png"); Requirements: · Perl


Games::RolePlay::MapGen Related Software