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

Safe HaskellNone

Game.LambdaHack.Start

Description

Setting up game data and restoring or starting a game.

Synopsis

Documentation

start :: CP -> Session -> IO ()Source

Either restore a saved game, or setup a new game. Then call the main game loop.