LambdaHack-0.2.10: A roguelike game engine in early and active development
Game.LambdaHack.Server.Action.ConfigIO
Description
Personal game configuration file support.
Synopsis
mkConfigRules :: Ops RuleKind -> IO (Config, StdGen, StdGen)
Read and parse rules config file and supplement it with random seeds.
dump :: Config -> FilePath -> IO ()
Dumps the current configuration to a file.