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

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.