labyrinth-0.5.0.0: A complicated turn-based game

Safe HaskellNone

Labyrinth.Map

Documentation

data Direction Source

Constructors

L 
R 
U 
D 

data Cell Source

Constructors

Cell 

Instances

data Wall Source

Constructors

NoWall 
Wall 
HardWall 

Instances

data Position Source

Constructors

Pos 

Fields

pX :: Int
 
pY :: Int
 

data Health Source

Constructors

Dead 
Wounded 
Healthy 

ix' :: (Functor f, Ixed (BazaarT p f (IxValue t) (IxValue t)) t, Indexable (Index t) p) => Index t -> Over p f t t (IxValue t) (IxValue t)Source