Difference between revisions of "Module"

From RogueBasin
Jump to navigation Jump to search
 
Line 2: Line 2:


Depending on the engine, the modules may be as simple as definitions for the ingame objects, to complex software on their own in form of scripts that defines specific aspects of ingame behaviour, like world generation and creatures AI.
Depending on the engine, the modules may be as simple as definitions for the ingame objects, to complex software on their own in form of scripts that defines specific aspects of ingame behaviour, like world generation and creatures AI.
[[category:Roguelike development]]

Revision as of 20:26, 18 September 2005

A module represents a pluggable piece of software designed for an specific engine.

Depending on the engine, the modules may be as simple as definitions for the ingame objects, to complex software on their own in form of scripts that defines specific aspects of ingame behaviour, like world generation and creatures AI.