LambdaHack-0.4.99.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone

Game.LambdaHack.Server.StartServer

Description

Operations for starting and restarting the game.

Synopsis

Documentation

recruitActors :: (MonadAtomic m, MonadServer m) => [Point] -> LevelId -> Time -> FactionId -> m BoolSource

Spawn actors of any specified faction, friendly or not. To be used for initial dungeon population and for the summon effect.

applyDebug :: MonadServer m => m ()Source

Apply debug options that don't need a new game.