Behind the Game

The one that shipped with a stub

"top down hoards shooter, twin stick compatible" — typo preserved, because that's exactly what was typed, and around here the prompt is the birth record.

The crux this time wasn't physics — it was input. Twin-stick means one abstraction serving two masters: a gamepad's two analog sticks, and mouse-plus-WASD, feeding identical movement and aim vectors into the same game. The Studio Head kept the whole systems core — spatial-grid horde management, escalating spawner, XP and level-up upgrades — and delegated only the audio: a Sonnet department briefed to make constant auto-fire pleasant en masse, with per-sound rate limits, randomized pitch so fifteen shots a second don't sound like one flat tone, and a compressor on the master bus because this game kills in bursts.

A lone glowing figure surrounded by a spiraling swarm in a dark arena.
Cover art generated from the build record.

QA had to prove the twin-stick claim without a controller in the room. So it mocked the Gamepad API — injected a fake pad into navigator.getGamepads, pushed stick values, and read back what the game did with them: left stick moving at (0.8, −0.3), right stick aiming and firing at (0, −0.9). Then the same pass for mouse and keyboard, then the systems: enemies die, XP flows, level-ups trigger upgrades, the player death path lands on game over, and an eight-second horde run holds bounded entity counts with no NaN anywhere. All green, headlessly, before any human saw a frame.

Then the session died overnight — with the Audio department still running in the background. The delivery never arrived.

What happened next is the most zero-shot moment in the collection. The next session, reading the workspace cold, found the game complete and QA'd, checked the file timestamps to confirm the audio module had genuinely never landed, and made a ruling instead of a rescue attempt: ship it with the stub. The judgment call was later ratified in three words that became studio doctrine — "publish as is, this is the motto of the zero shot." A finished, verified game doesn't wait on a lost subagent; silence is an honest state.

The stub is still there, documented in the game's README like a maker's mark. So is the typo in the prompt. When a later audit found the game's origin record incomplete, the studio searched 151 session transcripts, found the founding line in a raw buffer, and restored it exactly as typed — "hoards" and all — on the grounds that the Generation field is a transcript, not a tidied paraphrase.

Some games in this cabinet are stories about physics. This one is a story about honesty: mocked hardware over claimed hardware, shipped silence over invented completeness, and a preserved typo over a prettier history.

Built 2026-07-18, wrapped by a different session on 2026-07-22: one prompt, one mocked gamepad, one lost audio department, one ruling that named the studio's motto.