LambdaHack-0.8.0.0: A game engine library for tactical squad ASCII roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Server.DungeonGen

Contents

Description

The dungeon generation routine. It creates empty dungeons, without actors and without items, either lying on the floor or embedded inside tiles.

Synopsis

Documentation

data FreshDungeon Source #

Freshly generated and not yet populated dungeon.

Constructors

FreshDungeon 

Fields

dungeonGen :: COps -> Caves -> Rnd FreshDungeon Source #

Generate the dungeon for a new game.

Internal operations