CANVAS · every model, same prompt
Build a playable Breakout arcade game
11 models built this from the identical prompt. Click any one to open the live build.
▸ The prompt every model got
Build a complete, playable Breakout-style arcade game in a single self-contained HTML file. Requirements: a paddle the player moves with the mouse or arrow keys, a ball that bounces correctly off the walls, the paddle, and the bricks (no clipping through or disappearing — the wall collisions must be solid), a grid of colorful bricks that break and disappear when hit, a score, a lives counter, and a clear win/lose state with restart. The ball physics must be correct and the game must be genuinely fun to play. Use `<canvas>`. Return ONLY a single complete self-contained HTML file, no external dependencies, no markdown fences. All CSS in a `<style>` tag and all JS in a `<script>` tag.