Skip to content
/ grm Public
forked from jettero/grm

My combination map editor and map generator. Later iterations of the map editor will support remote viewing and things to assist GMs.

Notifications You must be signed in to change notification settings

SineSwiper/grm

 
 

Repository files navigation

vi:tw=75:

AUTHOR'S NOTE 

I was particularly thrilled with Jamis Buck's Dungeon Generator
(http://www.aarg.net/~minam/dungeon.cgi), but I wanted to design something
a little more flexible -- particularly, new export and generation plugins.

SYNOPSIS

    use Games::RolePlay::MapGen;
    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.
    generate $map("map.txt");                 # It'll generate a text map by default.

    $map->set_exporter( "PNG" );              # But a graphical map is probably more useful.
    export $map("map.png");

About

My combination map editor and map generator. Later iterations of the map editor will support remote viewing and things to assist GMs.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 98.4%
  • XSLT 1.6%