Projects:Spacegame
From projects.gubbish.org
Contents |
Spacegame
Technical
Architecture Overview
Client
Client apps may be web, desktop, or CLI-based. Each "view" into the game will potentially provide different functionality due to technical considerations.
See also: client overview
Server
Gameplay
The game universe is the complete playable area contained within one game-space. The game-space encompasses approximately the space of a single solar system similar in composition to our own like our own.
The player is represented as a single individual, but may be one of many occupying the same play-space (in a ship or station). The representation of the player may be abstract, as in the case of non-representational visualizations of market activity (trading, etc), or in the first-person either as an individual within in a ship, or manipulating a control console as in the case of a text or CLI-based interface.

