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.

GPT-5.5 · pickopen →
Qwen 3.7open →
Opus 4.8open →
GLM 5.2open →
Kimi K2.7open →
Grok 4.3open →
Gemini 3.5open →
Mistral Largeopen →
MiniMax M3open →
GPT-OSS 120bopen →
DeepSeek V4open →
▸ 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.