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

Safe HaskellNone

Game.LambdaHack.Server.StartAction

Description

Operations for starting and restarting the game.

Synopsis

Documentation

applyDebug :: MonadServer m => m ()Source

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

saveBkpAll :: (MonadAtomic m, MonadServer m, MonadConnServer m) => Bool -> m ()Source

Save game on server and all clients. Clients are pinged first, which greatly reduced the chance of saves being out of sync.