game
Tetris-lite
Tetris essentials: rotate, drop, score, and speed-up.
Qwen3.8-27B (local run) · One-shot HTML (single prompt → single file).
What it is
A minimalist Tetris clone in the browser: stack pieces, clear lines, and watch the pace increase as you level up.
Why it matters
It’s a good example of a complete mini-game artifact: rules, scoring, rendering, and controls — all embedded in one .html 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: ← / →.
- Rotate: ↑.
- Soft drop: ↓.
- Hard drop: Space.