Godogen allows you to create fully functional Godot Engine 4-powered games using the coding AI 'Claude Code' skills.



Godogen has been released, an AI that, given a game description, automatically assembles a nearly complete game project for

Godot Engine 4. Godogen handles everything from design planning and art generation to coding, taking screenshots of the running game, and fixing visual and behavioral bugs as a single pipeline, ultimately outputting a working Godot 4 project. The output supports both 2D and 3D, and is said to run on a typical PC.

htdt/godogen: Claude Code skills that build complete Godot 4 projects from a game description
https://github.com/htdt/godogen

Godot 4 is a game engine for creating 2D and 3D games, and it assumes that games are built using a scene tree and scripts, and that assets and processes are organized and handled as a project.



Godogen is described as being driven by two Claude Code skills: one for planning and the other for execution. Each task is executed in a new context, making it easy to manage with clearly defined roles. The resulting Godot 4 project features a proper scene tree, readable scripts, and an organized asset structure, demonstrating an awareness of game structure rather than simply spitting out assets and code.

Gemini creates 2D art and textures, and Tripo3D converts selected images into 3D models as needed. Regarding GDScript, to compensate for areas where LLM hasn't fully mastered it, they've prepared a custom language reference and lazy-loading API documentation supporting over 850 Godot classes.



Furthermore, Godogen's automated loop also includes visual verification, taking screenshots from the running game and analyzing them with Gemini Flash's image recognition to find issues such as missing textures or broken physics. In other words, it's not just about writing code and being done with it; it's about seeing the actual displayed results and making corrections accordingly.

You can see an example of a game actually created with Godogen in the following video. A demo prompt is also available on GitHub.

Godogen: From a Text Prompt to a Godot 4 Game - YouTube


Godogen contributor htdt explained the reason for using Claude Code, stating, 'In our testing, the best results were obtained with the combination of Claude Code and Opus 4.6. While it also works with Sonnet 4.6, it required more user guidance.' He also mentioned that OpenCode , an open-source AI coding agent, is a viable alternative and that there is room to switch to a different execution environment, but htdt stated that Claude Code was the best option at the time of writing.

in AI,   Video,   Software,   Game, Posted by log1i_yk