Skip to content
AI Primer
workflow

Claude Fable 5 claims GTA 2 clone in 2 hours with Tripo 3D assets

Creators pushed Claude Fable 5 into browser platformers, a GTA 2 clone, a SNES port, CAD models, and a webcam fruit-slicing game. The demos show playable prototypes can now come from prompts plus a few follow-up fixes, so creators can move faster from idea to test build.

7 min read
Claude Fable 5 claims GTA 2 clone in 2 hours with Tripo 3D assets
Claude Fable 5 claims GTA 2 clone in 2 hours with Tripo 3D assets

TL;DR

You can read Anthropic's launch post, skim the official Fable prompting guide, and browse the open-sourced GTA clone repo. There is also Every's early vibe check, a public Firefly overview, and a weirdly useful pile of prompts embedded right in techhalla's thread.

Browser games everywhere

The first wave was not polished apps. It was toys, prototypes, and playable experiments that reached the browser fast.

Across the evidence set, the pattern repeats:

That is the creative reveal here: Fable 5 is getting used less like a chatbot that writes code snippets, more like a fast prototype engine for things people can immediately play.

GTA 2 clone prompt

The GTA clone is the cleanest evidence of what creators are actually feeding the model.

The prompt was not a vibe-heavy one-liner. It was a miniature technical spec. techhalla's thread laid out 14 rules, including:

  1. Data-driven architecture with strict TypeScript interfaces.
  2. An asset editor that reuses the exact same rendering setup as the main scene.
  3. Wrapper groups for every GLTF asset instead of mutating pivots directly.
  4. Tiled JSON import for maps.
  5. InstancedMesh rules for map performance.
  6. Vehicle handling values stored in JSON.
  7. Live apply or partial reload behavior.
  8. Shared world constants.
  9. A fixed asset spawning flow.
  10. Future-proofing for AI traffic, destructibles, and larger districts.
  11. A minimum replaceable asset list.
  12. A detailed asset editor feature list.
  13. PNG tile upload rules.
  14. General separation-of-concerns and 60 fps goals.

The repo turned that prompt into a public reference build. According to the GitHub repository, the project is a browser-based top-down 3D sandbox built with TypeScript, Vite, React 19, Tailwind 4, React Three Fiber, Zustand, IndexedDB, and custom arcade vehicle math.

Asset pipeline

The other half of the GTA demo was not Claude. It was the asset stack around it.

In techhalla's longer recap, the asset loop is straightforward: generate mesh and texture in Tripo, export GLB, import into the game, then use the preset system to position each asset. The repo description matches that emphasis, calling out swappable 3D assets, per-asset transform editing, custom PNG textures, and Tiled import in the browser.

A parallel workflow showed up in icreatelife's turtle game, where Firefly Boards handled the visuals and Fable handled the playable wrapper. Adobe's Firefly overview describes Boards as part of the Firefly toolset and says free users get generative credits, while paid plans add larger monthly allocations.

That split matters because the most convincing demos here are not single-model miracles. They are model-plus-assets pipelines.

SNES and CAD

Some of the most interesting posts moved away from normal web app targets.

On the retro side, AIandDesign's first SNES port claim said Rotatron was already 80% done, and the later SNES demo turned that into a public ROM preview. Follow-ups added specifics: AIandDesign's controls note mapped the game to the SNES pad, AIandDesign's GitHub link post made the source public, and AIandDesign's tooling reply said the build uses PVSnesLib, a C-based library.

On the CAD side, LLMJunky's first post got close to a functional crescent wrench but needed follow-up prompts to fix the worm gear, and the animated follow-up showed a cleaner one-shot result. The same account later undercut the hype: LLMJunky's padlock reply said Fable failed to make a simple padlock, and LLMJunky's longer complaint said the internals looked cute but did not work.

So the range is real. The reliability is not flat.

The harness changed

The official material is unusually blunt that this model wants harder jobs and longer runs.

Anthropic's launch post says some cyber, bio, chemistry, and distillation queries are rerouted to Opus 4.8, with safeguards triggering in under 5% of sessions on average. The model docs add another architectural shift: the model introduction page says adaptive thinking is always on, and disabled thinking is not supported.

The prompting guide makes the workflow change even clearer. The official Fable prompting guide says hard tasks can run for many minutes, autonomous runs can last for hours, and older prompt scaffolding can become too prescriptive.

That lines up with the people closest to the product. ClaudeDevs said the Claude Code team now spends less time verifying whether Claude did the work right, and more time verifying that it is doing the right work. bcherny's hands-on post described Fable as more methodical and self-verifying, while Every's vibe check reported a 91 out of 100 internal senior engineer benchmark, up from 63 for Opus 4.8.

Access and limits

The last useful finding from the first 48 hours is that access, price, and usage ceilings are part of the creative workflow now.

The evidence split into three buckets:

  • Availability: ClaudeDevs' access note told users to run /model claude-fable-5, upgrade Claude Code to 2.1.170, or update Claude Desktop.
  • Limits: ClaudeDevs reset five-hour and weekly rate limits for all users on launch day.
  • Cost: techhalla's reply estimated the GTA clone at $60 for two hours, while mds' post said heavy use on a Max plan still felt expensive enough to joke about a surprise $5,000 bill.

There was also short-lived launch cushioning for experimentation. GlennHasABeard's plan note said Pro and Max plans had Fable free until June 22.

That is probably why the first wave looks the way it does: lots of public artifacts, lots of game prototypes, and lots of people sprinting to see how much build they could squeeze out before the meter started to matter.

Further reading

Discussion across the web

Where this story is being discussed, in original context.

On X· 6 threads
TL;DR4 posts
Browser games everywhere3 posts
Asset pipeline1 post
SNES and CAD5 posts
The harness changed1 post
Access and limits3 posts
Share on X