LambdaHack-0.2.12: A roguelike game engine in early and active development

Safe HaskellNone

Game.LambdaHack.Server.DungeonGen

Description

The main dungeon generation routine.

Synopsis

Documentation

data FreshDungeon Source

Freshly generated and not yet populated dungeon.

Constructors

FreshDungeon 

Fields

freshDungeon :: !Dungeon

maps for all levels

freshDepth :: !Int

dungeon depth (can be different than size)

dungeonGen :: COps -> Caves -> Rnd FreshDungeonSource

Generate the dungeon for a new game.