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

Safe HaskellNone

Game.LambdaHack.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.

mkConfigUI :: Ops RuleKind -> IO ConfigUISource

Read and parse UI config file.

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

Dumps the current configuration to a file.