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

Safe HaskellNone

Game.LambdaHack.Server.Action.ConfigIO

Description

Personal game configuration file support.

Synopsis

Documentation

mkConfigRules :: Ops RuleKind -> IO (Config, StdGen, StdGen)Source

Read and parse rules config file and supplement it with random seeds.

dump :: Config -> FilePath -> IO ()Source

Dumps the current configuration to a file.