Anthropic's Claude Opus 5 has demonstrated the ability to generate complete 3D game worlds from a single text prompt, according to community tests. The model creates geometry, textures, physics, and music from scratch, rendering the result as an editable HTML file directly in the browser. Users have generated a first-person shooter, a submarine game, a kart racer, and a Minecraft clone using only text prompts, with no external assets required.

Community tests show a significant quality improvement over last year's Claude 4 Opus, with Opus 5 also outperforming GPT-5.6 Sol and Kimi K3 in physics realism and mechanical complexity. Matt Shumer posted a Call of Duty-style shooter where everything on screen, including textures, is generated code. "Not a single external asset was used," he wrote on X. The prompt and source code are available on GitHub under the name "Claude-of-Duty." Alex Ermolov noted that Opus 5 is on par with Fable and ahead of other models he has tested, with no visual glitches and "sliding physics that feel right." Chetaslua's ballista demo also highlights the model's capabilities, with the Roman siege weapon featuring a complete control panel and realistic interactions.

The model's approach differs from traditional 3D development, which relies on asset libraries and image files for textures. Instead, Opus 5 generates geometry procedurally, using code to compute points and surfaces at runtime. Textures are created as shaders, and the model writes physics and controls alongside other elements. Since everything runs in the browser on Three.js, a single HTML file suffices. Anthropic stated in its Opus 5 announcement that the model produces "much stronger visual outputs" than earlier versions, with one testing partner calling the results the best animations, games, and 3D work he has seen from any Opus model.

Source: thedecoder