Showroom ยท Make-of

How Lumen Runner was made

A complete, genuinely playable one-button game โ€” physics, scenery, and sound all synthesized in code. The cabinet is the whole page: marquee across the top, CRT filling the viewport, control deck along the bottom, and an attract-mode demo that plays itself until you press start. Zero image and zero audio files.

Play the game โ†’

What it demonstrates

That "game feel" is not art assets โ€” it is a handful of numbers tuned honestly. The runner is a few rectangles; what makes it feel fair and springy is coyote time, a jump buffer, variable jump height, and a speed ramp with a cap. And that presentation is a scene decision: the same game reads twice as good when the machine fills the room. All of it fits in one file you can read in a sitting.

Techniques, honestly named

Recreate it

PROMPT โ€” $5

The exact written prompt that produced this page โ€” palette, fonts, the physics numbers, the sound recipes, and the quality bar โ€” is in the Showroom storefront. Give it to your AI coding tool and you get an equivalent game.