From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

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