LambdaHack-0.8.1.1: A game engine library for tactical squad ASCII roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.DrawM

Contents

Description

Display game data on the screen using one of the available frontends (determined at compile time with cabal flags).

Synopsis

Documentation

drawBaseFrame :: MonadClientUI m => ColorMode -> LevelId -> m FrameForall Source #

Draw the whole screen: level map and status area.

Internal operations