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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Server.StartServer

Description

Operations for starting and restarting the game.

Synopsis

Documentation

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

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.