# Vector Asteroids — Acceptance Checklist This checklist verifies that the finished arcade demo satisfies the original project request and the single-file robustness requirements. The accepted runtime artifact is one file: ```text index.html ``` No other file may be required to play the game. ## 1. Self-contained file requirements ### 1.1 Single artifact - [ ] The playable deliverable is exactly one `index.html`. - [ ] Opening `index.html` directly from the file browser starts the game. - [ ] No build command is required. - [ ] No package manager is required. - [ ] No local server is required. - [ ] No generated assets are required. - [ ] Deleting every file except `index.html` does not break the game. ### 1.2 Inline source only Inspect `index.html`. - [ ] All CSS is inline inside `