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

Safe HaskellSafe-Infered

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.