The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::RolePlay::MapGen::Generator::OneBigRoom - The basic random bounded dungeon generator

SYNOPSIS

    use Games::RolePlay::MapGen;

    my $map = new Games::RolePlay::MapGen;
    
    $map->set_generator( "OneBigRoom" );

    generate $map;

DESCRIPTION

This module generates one huge room that takes up the whole map. Rather like the contsruct program in the matrix.

SEE ALSO

Games::RolePlay::MapGen