seaquest — speedrun dashboard
=============================
A web dashboard for the live game event stream: live score-pace, per-level
splits with gold segments, a projected final score, and your personal best.
Open it in a browser:
  - native game:  the feed is ON BY DEFAULT (deploy.yml network.event_port:
                  9000) and the game serves this dashboard over HTTP — just open
                  http://127.0.0.1:9000/ while the game runs. (Single-player
                  only; loopback, never network-exposed. Opening over http://
                  also lets your record run + history persist.)
  - browser game: the browser-server/ bundle serves a copy at the SAME address
                  you play at, under /speedrun-dashboard/ (no port needed).
This is a SAMPLE consumer — see docs/game-events.md to build your own.
