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

Safe HaskellNone

Game.LambdaHack.Config

Description

Personal game configuration file type definitions.

Synopsis

Documentation

data Config Source

Fully typed contents of the rules config file.

Instances

data FovMode Source

Field Of View scanning mode.

Constructors

Shadow

restrictive shadow casting

Permissive

permissive FOV

Digital Int

digital FOV with the given radius

Blind

only feeling out adjacent tiles by touch