training

The Threshold

A Newcomer’s Primer — Loptr Lab / Veiled Dominion

README.md and CANDIDATE.md in this repo test whether you can build the engine. This document is Phase 0’s other half — the context that makes the 4-player build (and everything else in this world) make sense before you touch a single test file.

If you’re here because you’re helping build the 4-player variant: read this first. Then go cross the threshold.


What This World Is About

Two ideas run under everything Loptr Lab makes:

  1. Restraint, not conquest. Rebirth is the most powerful piece on the board and wins only by suppressing her own power. The game’s whole design axiom is inverted from “more power wins.”
  2. Myth is just science nobody’s finished decoding. Nothing in this world is magic. It’s unexplained mechanism, told the way people always tell unexplained mechanism — as legend.

If a design decision, a piece of lore, or a line of dialogue doesn’t serve one of those two ideas, it’s probably not load-bearing to the world.


World & Philosophy

Craft & Systems


The Ecosystem Playlist

Not a soundtrack — a mood reference. What’s actually playing in the studio while this gets built:


Films We Think In


Design & Color Language

Full spec lives in the engine repo’s DESIGN_BIBLE.md — this is the short version.

Digital (web, Duet, sigils):

--void: #050505
--text-primary: #e0e0e0
--text-muted: #666666
--the-light: #d4a853   /* the one accent color */

Physical (tabletop, per GAME_CRAFTER_SPEC.md):

Deep Obsidian Black:        #0D0C0E
Brutalist Concrete Charcoal: #1A191C
Blood Crimson:                #9E1B1B
Sterile Gold:                 #D4AF37
Industrial White:             #F5F5F7

Worth flagging: the digital accent (--the-light, #d4a853) and the physical accent (Sterile Gold, #D4AF37) are close but not identical. If both are meant to be “the same gold,” one of them should probably be corrected to match — that’s a decision for DESIGN_BIBLE.md, not this doc.


Where This Leads

Once you’ve got the two ideas above (restraint over conquest, myth as undecoded science) and the reading/watching/listening context here, go to README.md in this repo for the actual graded exercise, or straight to Loptr-Lab/veiled-dominion-engine if you’re joining the 4-player build directly.