# Vector Asteroids — Arcade Demo Blueprint This repository milestone defines the complete design, technical architecture, and acceptance plan for **Vector Asteroids**, a polished single-file retro arcade demo inspired by classic vector Asteroids. The implementation target is deliberately strict: one self-contained `index.html`, no build step, no external assets, no framework, and no network access. The milestone does **not** ship the playable game yet; it ships the implementation contract a competent engineer can use to build the demo without ambiguity. ## Hard implementation constraints The final arcade demo must: - Be delivered as a **single `index.html` file**. - Contain all CSS and JavaScript inline. - Use no external files of any kind: - no images - no audio files - no fonts - no JSON/data files - no WASM - no CDN links - no `fetch` - no `