GameMaker 2026 plans Claude AI tools
- GameMaker said on April 30 it will ship Claude Code inside its new GM-CLI, tying Anthropic’s AI agent to the engine’s 2026 runtime overhaul. - The concrete hook is workflow, not art generation: natural-language terminal commands can inspect projects, chase bugs, and manage build configs. - This matters because GameMaker is moving beyond a closed indie IDE toward automation, teams, and source-available runtime tooling.
GameMaker is changing what kind of engine it wants to be. For years, it was the fast, friendly 2D tool for solo devs and small teams who were happy living inside one IDE. But that setup starts to creak once projects get bigger, builds need automation, and collaborators want plain-text files, Git workflows, and command-line tooling. On April 30, GameMaker used its Spring 2026 update to say the next step includes Anthropic’s Claude Code built into a new CLI layer around the engine. ### What actually got announced? The headline item is GMRT — the new GameMaker Runtime — plus GM-CLI, a command-line toolchain that works with both the new runtime and the older one. Inside that CLI, GameMaker is adding Claude Code, Anthropic’s coding agent, so developers can use natural-language prompts in the terminal instead of clicking through menus for every routine task. ### Is this AI making games for you? Not really — at least not in the broad “type a prompt, get a full game” sense people hear when AI tools get announced. The use case GameMaker is describing is much narrower and more practical: ask the tool to inspect project structure, find bugs, or handle build configuration work. Basically, it is being framed as a development assistant wired into the project toolchain, not a magic content button. ### Why put Claude in the CLI? Because the CLI is where automation lives. Once project files are plain text and the engine can be driven from scripts, AI becomes another interface layer over tasks teams already do — builds, checks, edits, and project navigation. That matters more than an in-editor chatbot. It means GameMaker is trying to fit into real studio pipelines to stay inside the editor all day. ### So is this mainly for indies or bigger teams? Both, but the push is clearly toward bigger and more mixed workflows. GameMaker still talks about accessibility and first-time creators, but the surrounding announcements tell the real story: source-available runtime access, support for automated build systems, and planned JavaScript, TypeScript,