ARTFEED — Contemporary Art Intelligence

Simon Willison Tests Claude Fable 5 by Building a Raccoon Heist Game

digital · 2026-08-05

On August 5, 2026, Simon Willison published an account of using Anthropic's Claude Fable 5 (running in Claude Code for web) to build a complete 3D browser game from a single prompt. The project was inspired by a tweet from August 5, 2022, in which Willison shared a game concept generated by GPT-3 and concept art from DALL-E. On the fourth anniversary of that tweet, he decided to see if Claude Fable 5 could turn the original screenshots into a playable game. The resulting game, titled 'Raccoon Heist', features a team of raccoons pulling off heists, and is available on GitHub Pages. Willison provided the AI with a detailed prompt, including instructions to use an OpenAI API key for generating textures via gpt-image-2, to work independently, and to commit and push changes frequently. The AI used Three.js for 3D rendering, generated textures and a title screen, and even added a guard dog as a new mechanic. The game includes features such as collecting items, avoiding guards and a dog, and a day-night cycle. Willison notes that while the game is technically impressive, it is not particularly fun or challenging, and he reflects on the limitations of AI in game design. The project is documented in a notes.md file, and the full build log is available. Willison also discusses his workflow, including using GitHub Pages for previewing and the use of his claude-code-transcripts tool.

Key facts

  • Simon Willison used Claude Fable 5 to build a 3D browser game from a single prompt.
  • The game is titled 'Raccoon Heist' and is based on a tweet from August 5, 2022.
  • The project was conducted entirely on mobile using Claude Code for web.
  • Claude Fable 5 used Three.js for 3D rendering and gpt-image-2 for texture generation.
  • The game includes features like collecting items, avoiding guards, and a guard dog.
  • Willison found the game technically impressive but not fun or challenging.
  • The game is live on GitHub Pages and the source code is on GitHub.
  • Willison recommends tinkering with game development as a way to explore AI capabilities.

Entities

Artists

  • Simon Willison

Institutions

  • Anthropic
  • OpenAI
  • GitHub

Sources