forked from jettero/grm
-
Notifications
You must be signed in to change notification settings - Fork 0
My combination map editor and map generator. Later iterations of the map editor will support remote viewing and things to assist GMs.
SineSwiper/grm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- Perl 98.4%
- XSLT 1.6%