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

Safe HaskellNone

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 aSource

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