Skip to content

Engine Developer Reference

Kurt edited this page Jul 9, 2026 · 5 revisions

Engine Developer Reference

Audience: Engine Developer Status: ✍️ Draft

The exhaustive guide to the TelosMUD engine: every component, every algorithm, and how they fit together — with the why. This landing page is a concepts index that links each deep-dive below. Pages carry the relevant classes/algorithms/APIs and message-flow + sequence diagrams (mermaid) where they clarify behavior.

Concepts index

Intended contents

  • Orientation to the codebase layout: cmd/ binaries, internal/ packages, api/proto
  • How to read the rest of this section; the engine-vs-content pillar as an architectural invariant
  • Contribution/verification norms: cite file paths so docs stay re-verifiable against the code

Scaffold page — full content pending the wiki build-out.

Clone this wiki locally