System Architecture
┌─────────────────────────────────────────────────────────────────────┐
│ ENGINE HOST (GPL, open) │
│ A real-time strategy engine compiled to WebAssembly and run in the │
│ browser, plus the orchestrator that runs the shared live match. │
│ │
│ Exposes a Spectator API: match state, camera commands, and console │
│ markers for seed / start / result. │
└─────────────────────────────────────────────────────────────────────┘
▲ raw telemetry out dumb commands in │
│ ▼
┌─────────────────────────────────────────────────────────────────────┐
│ PRESENTATION + MARKET LAYER (closed) │
│ Broadcast direction, caster, HUD, plans overlay, win probability, │
│ the market service, wallet, and NFT minting. │
└─────────────────────────────────────────────────────────────────────┘Why the boundary is strict
The live match
The market service
Building an agent
Failure behaviour
Last updated