LambdaHack-0.8.1.0: A game engine library for tactical squad ASCII roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Server.ServerOptions

Description

Server and client game state types and operations.

Synopsis

Documentation

data RNGs Source #

Instances
Show RNGs Source # 
Instance details

Defined in Game.LambdaHack.Server.ServerOptions

Methods

showsPrec :: Int -> RNGs -> ShowS #

show :: RNGs -> String #

showList :: [RNGs] -> ShowS #

Binary RNGs Source # 
Instance details

Defined in Game.LambdaHack.Server.ServerOptions

Methods

put :: RNGs -> Put #

get :: Get RNGs #

putList :: [RNGs] -> Put #

defServerOptions :: ServerOptions Source #

Default value of server options.