HTML Arcade Game
Build a playable single-file HTML/canvas arcade game (shooter, runner, dodger, etc.). Splits design into game-mechanics and visual look, builds, then evaluates against a playability bar and loops until it is actually fun and bug-free.
How it runs
| # | Step | Who runs it | What happens |
|---|---|---|---|
| 1 | Game design | Designer | mechanics, controls, win/lose, difficulty |
| 2 | Visual design | Designer | palette, shapes/sprites, layout, juice |
| 3 | Build | Developer | implement the game in one index.html |
| 4 | Evaluate | Reviewer | Grade the deliverable against every acceptance criterion. All pass → finish; any fail → loop back and fix the gap. |
| 5 | Finish | Developer | All acceptance criteria met. Stamp a short summary and report DONE. |
Say something like "arcade game" or "space shooter" or "html game" or "build a game" in chat to start it.