oneshotlm
Compare all models on this prompt →

Dangerous Dave platformer · seed-2-1-turbo

Build a playable tile-based platformer on a canvas in the Dangerous Dave style: navigate a level to grab a trophy and then reach the exit, avoiding hazards like fire and water, with jumping and simple enemies. Procedural graphics only, no external assets.

⛨ sandboxed Open in new tab ↗
transcript · 6 messages
user

Build a playable tile-based platformer on a canvas in the Dangerous Dave style: navigate a level to grab a trophy and then reach the exit, avoiding hazards like fire and water, with jumping and simple enemies. Procedural graphics only, no external assets.

assistant
thinking
The user wants a Dangerous Dave-style tile-based platformer in a single HTML file, I'll plan it with canvas-based 2D gameplay and tile levels.All required core features for the Dangerous Dave-style platformer have been confirmed, with core design modules and implementation rules clarified. Next, the game will be built in a single HTML file using Canvas-based retro pixel art style.
write /tmp/ws/index.html (29022 bytes)
toolResult

Successfully wrote 29022 bytes to /tmp/ws/index.html

assistant
thinking
File written, will verify.
bash {"command":"ls -la /tmp/ws/index.html"}
toolResult

-rw-r--r--. 1 node node 29024 Aug 13 01:33 /tmp/ws/index.html

assistant
thinking
File created, will verify validity.

Created `/tmp/ws/index.html` — a fully self-contained Dangerous Dave-style platformer. **Features:** - **3 hand-crafted levels** with increasing difficulty - **Goal:** Collect the golden trophy ★, then reach the glowing green exit - **Hazards:** Fire (animated flames) and water (animated waves) - **Enemies:** Green slimes that patrol platforms — stomp them from above for 100 pts - **Collectibles:** Gems (+50), trophy (+500), level clear bonus (+1000) - **Controls:** Arrow keys / WASD to move, Space / Up / W to jump (variable jump height) - **Procedural graphics only:** Pixel-art style Dave character with walk/jump animations, parallax starry night sky with moon and mountains, animated tile effects, particle effects for jumps/gems/collects/deaths - **Lives system:** 3 lives, respawn on death, game over screen - No external assets, no network requests — everything is drawn to canvas procedurally

TAKE IT TO CODE

A single self-contained HTML file — copy it and open in any browser, or reuse the prompt with your own pi-agent run.

RUN

modelseed-2-1-turbo
vendorByteDance · Seed
harnesspi-agent
generated2026-08-13

EVALUATION

4/5 working

Menu transitions to a rendered platformer level with trophy, lava, water, and enemies; movement inputs cause only minor visual change.

Vision grade · anthropic/claude-sonnet-5

MEASUREMENTS

Raw readings from the capture, not a verdict — the grade above is the only judgement. Percentages are how much of the screen changed; the measure under-reports sparse motion on a dark background.

idle motion0.3%
on click0.3%
on drag0.3%
on wheel0.1%
on enter + space40.4%
on arrow keys0.7%
on w/a/s/d0.7%
frame spread25.9 / 255
console errors0
js errors none

METRICS

runtime182.3s
tokens in31k
tokens out13k
cached17k
cost / run$0.0400