game
Breakout
Neon brick-breaker with levels, lives, and smooth feel.
Qwen3.8-27B (local run) · One-shot HTML (single prompt → single file).
What it is
A browser arcade game: move the paddle, launch the ball, and clear the bricks. It’s entirely self-contained in one HTML file.
Why it matters
This shows the “one-shot artifact” idea at its best: game mechanics, UI overlays, and input handling packaged into a single runnable file.
Provenance
One-shot HTML from a single prompt. “One-shot HTML” means the model produced a complete web page in a single response: one .html file that includes its own styling (CSS) and behavior (JavaScript), and runs locally in your browser without installing anything.
Controls / instructions
- Move: Left/Right arrows or A/D.
- Launch ball: Space, click, or tap.
- Pause: P.