Nomyx-Language-0.4.1: Language to express rules for Nomic

Safe HaskellNone

Language.Nomyx.Engine.Game

Contents

Description

This module implements game engine.

Synopsis

Game

data Game Source

The state of the game:

Variables

data Var Source

stores the variable's data

Constructors

forall a . (Typeable a, Show a, Eq a) => Var 

Instances

Events

data Status Source

Constructors

SActive 
SDeleted 

Instances

Outputs

Logs

data Log Source

Constructors

Log 

Instances

Rules