LambdaHack-0.2.14: A roguelike game engine in early development

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.MonadClient

Contents

Description

Basic client monad and related operations.

Synopsis

Basic client monad

Assorted primitives

removeServerSave :: MonadClient m => m () Source

Assuming the client runs on the same machine and for the same user as the server, move the server savegame out of the way.

rndToAction :: MonadClient m => Rnd a -> m a Source

Invoke pseudo-random computation with the generator kept in the state.