Anthropic's latest model, Claude Opus5, is demonstrating stronger code generation and virtual world building capabilities. Over the past few days, developers have used the model to generate first-person shooter games, submarine simulation games, kart racing games, and a Minecraft-style clone based on the same prompt. These works require no external assets; the model can directly generate geometric structures, textures, physics effects, and even music through code, and run them in a browser environment.

Different from traditional 3D development that relies on asset libraries, image resources, and game engines, Opus5's generation method is more like "procedural creation." The model not only generates scene structures but also needs to understand real-world motion laws, such as object forces, environmental interactions, and lighting changes, and translate these rules into code. Developers said that some generated results are already close to a complete game experience, rather than just simple prototypes.
Among them, Matt Shumer released a shooting game project called "Claude-of-Duty," which is similar to "Call of Duty," with all elements including game textures generated by code. Alex Ermolov used Opus5 to create a snowboarding demo, saying that the sliding physics effect is natural and performs better than several previous models tested. Chetaslua's generated Roman ballista simulation scene includes a complete control interface, compared to earlier versions generated by GPT-5.6Sol and Kimi K3 based on the same prompt, it has more functions and environmental details.
Additionally, the community has tested Opus5's capabilities through multiple projects, including compressing a complete landscape environment into a single HTML file, generating a submarine game with 3D objects and music, and creating a kart racing website that can be run directly. In the Minecraft clone test, Pankaj Kumar used Opus5 to create a version that supports infinite procedural world generation, 15 biomes, and survival and creative modes, with all resources generated by code in real-time, consuming about 25 million Tokens.

Anthropic stated that Opus5's visual generation capabilities have significantly improved compared to previous versions. Test partners believe that it has reached the best level in animation, games, and 3D creation for the Opus series. However, these tests are currently still informal assessments by the community, lacking unified tasks, scoring criteria, and controlled experimental conditions, and cannot fully represent the model's overall capabilities.
As AI models move further from text and code generation to building executable environments, procedural generation may become an important direction for game development, virtual world simulation, and digital content production. Compared to traditional video generation models that can only output continuous images, code-generating AI can produce editable and reusable digital assets, providing a new technical path for the next generation of interactive content creation.
