TLDRocket
Sign in

One-shotting a Raccoon Heist game using Claude Fable 5

Simon Willison's Weblog Simon Willison

Simon Willison had Claude Fable 5 build an entire 3D raccoon-heist game from a four-year-old tweet, with zero design input. It actually shipped a playable game, textures and all.

Four years ago Simon Willison posted screenshots from a game concept GPT-3 dreamed up and some rough DALL-E art to match. This week, to mark the anniversary, he handed that same tweet to Claude Fable 5 running in Claude Code for web and told it to just go build the thing. No further design decisions from him. No hand-holding. Just a prompt, two old images, and an OpenAI API key for texture generation.

Willison's workflow is worth stealing on its own: spin up a fresh GitHub repo, let Claude Code push an index.html as fast as possible, then flip on GitHub Pages pointed at Claude's working branch. Within roughly 30 seconds of any push, you can watch the game evolve live at a public URL, even from a phone. He wrote the whole prompt in his Notes app and ran the entire experiment on mobile.

What Fable produced is genuinely more than a toy. It vendored Three.js, wrote its own Python script to generate seven ground and wall textures with gpt-image-2, and used Playwright to take screenshots of its own build so it could catch bugs like an invisible raccoon on mobile screens. It kept a notes.md changelog, including a charmingly detailed entry about adding a scent-tracking guard dog on night three — one that ignores line of sight entirely and gives up only once you open a 17-unit gap. The finished game has a masked raccoon, a dumpster hideout, patrolling guards with flashlight cones, a police cruiser, a dive-bombing seagull, and a procedural jazz soundtrack made entirely with WebAudio, no audio files at all.

But here's the catch Willison is upfront about: it's not actually fun. There's no team mechanic despite two raccoons sitting decoratively by the dumpster. Levels have a fixed duration, so once you've grabbed everything, you're just waiting around for dawn to arrive. The dog is the one genuinely interesting addition, and even that gets easy to dodge fast. As a polished game, he calls it mediocre. As a one-shot build from a single prompt and two old screenshots, he calls it impressive — which is really two separate verdicts wearing the same sentence.

My take

This lines up with basically every AI game-building demo out there: agents are getting scarily good at scaffolding, texture pipelines, and self-testing with Playwright, but fun is still a stubbornly human problem nobody's cracked. The interesting story here isn't "AI builds a game," it's that a solo developer can now get a fully playable 3D prototype, textures and audio included, for the cost of one prompt and an API key — which should terrify asset-store template sellers a lot more than it should excite anyone hoping AI will design good games anytime soon.

Read more about this at: Simon Willison's Weblog

Related stories

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads all relevant sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.