News

Claude Opus5 demonstrates game generation capabilities: code can be used to create shooting, racing and 3D worlds Anthropic The latest model Claude Opus5 is demonstrating stronger code generation and virtual world construction capabilities

3 min read
Claude Opus5 demonstrates game generation capabilities: code can be used to create shooting, racing and 3D worlds Anthropic The latest model Claude Opus5 is demonstrating stronger code generation and virtual world construction capabilities. In the past few days, developers have used the model to generate a first-person shooter, a submarine sim, a kart racing game, and a Minecraft-style clone based on the same prompt word. These works do not require external materials, and the models can directly generate geometric structures, textures, physical effects and even music through code and run in the browser environment. Unlike traditional 3D development that relies on material libraries, image resources and game engines, Opus5's generation method is closer to "programmed creation." The model not only generates the scene structure, but also needs to understand the movement rules in the real world, such as object forces, environmental interactions, and lighting changes, and convert these rules into code. Developers say that some of the generated results are close to a complete game experience, rather than a simple prototype. Among them, Matt Shumer released a shooting game project called Claude-of-Duty, which is similar to "Call of Duty" in that all elements including game textures are generated by code. Alex Ermolov used Opus5 to create a snowboarding demonstration, saying that the sliding physics are natural and the performance is better than many models previously tested. The Roman ballista simulation scene generated by Chetaslua includes a complete control interface. Compared with the previous versions generated by GPT-5.6Sol and Kimi K3 based on the same prompt, the functions and environment details are richer. In addition, 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 containing 3D objects and music, and making a ready-to-run kart racing website. In the "Minecraft" clone test, Pankaj Kumar used Opus5 to create a version that supports unlimited procedurally generated worlds, 15 biomes, and survival and creative modes. All resources are generated by code in real time, consuming approximately 25 million Tokens. Anthropic said that the visual generation capabilities of Opus5 have been significantly improved compared to previous versions, and test partners believe that it has reached the best level of the Opus series in terms of animation, games and 3D creation. However, this type of test is still an informal assessment in the community. It lacks unified tasks, scoring standards and experimental condition control, and cannot fully represent the comprehensive capabilities of the model. As AI models move further from text and code generation to runnable environment construction, procedural generation may become an important part of game development and virtual world development.