LambdaHack-0.7.1.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Common.ContentDef

Description

A game requires the engine provided by the library, perhaps customized, and game content, defined completely afresh for the particular game. The general type of the content is ContentDef and it has instances for all content kinds, such as items kinds (Game.LambdaHack.Content.ItemKind).

The possible kinds are fixed in the library and all defined within the library source code directory. On the other hand, game content, that is the values whose types are ContentDef instances, are defined in the directory hosting the particular game definition.

Synopsis

Documentation

data ContentDef a Source #

The general type of a particular game content, e.g., item kinds.

Constructors

ContentDef 

Fields