Table of Contents

Cog is a reverse acronym for Game Object Composition as in component based architecture game objects are simply a collection of components. Game objects can be unique or have several instances of a game object archetype. The following sections cover how we approach the Architecture of game objects.

GameObjectsConcept

Pieces of interactive content used throughout the Zilch Engine

ObjectStore

Saves an object to a persistent local store