March 16, 2026
Press X to let AI ship
Show HN: Claude Code skills that build complete Godot games
AI spits out full Godot games from a sentence—fans stunned, purists yell “Use C#!”
TLDR: A new tool turns a plain sentence into a full Godot game using Claude Code and auto‑generated art on an ordinary PC. Commenters are thrilled yet combative, praising working demos while arguing GDScript vs C#, poking holes in the asset pipeline and dev loop, and asking for versions for other engines.
The internet did a spit take: a new tool claims “no human in the loop” and still ships a playable game. It uses Claude Code to plan and code, spins up art with image tools, even screenshots the running game to spot visual bugs, then fixes them. It all targets Godot, the beloved open‑source game engine, and runs on an ordinary PC—no fancy graphics card required. The demo shows both 2D and 3D, from peaceful nature scenes to snowboard runs. Cue the comment fireworks.
One camp is pure hype. RomanPushkin hits the gas with a bright “upvoting this,” while others call it “the AI intern who never sleeps.” But then the language war breaks out: bhu8 stirs the pot with “why not C#?” arguing big models write C# more reliably than Godot’s scripting language, GDScript. The GDScript defenders clap back that the tool ships with a custom Godot brain—so chill, it knows its way around scenes and scripts.
Meanwhile, asset skeptics swarm. chaosprint asks the question every game dev fears: “How do you deal with assets?” Another thread wonders about the development loop—can you iterate fast, or is this a slow‑motion movie? lemming admits surprise at the quality of assets given AI’s shaky spatial reasoning. And of course, someone asks for a Bevy version because every engine needs its drama. Biggest memes: “Press X to let AI ship,” “Prompt Jam 2026,” and “GPU now stands for Game Producing Unit.”
Key Points
- •Godogen autonomously generates complete, playable Godot 4 games from a single prompt using Claude Code.
- •The pipeline uses Gemini for 2D asset generation and visual QA, and Tripo3D for image-to-3D model conversion, with budget-aware asset creation.
- •A custom GDScript reference and lazy-loaded Godot API docs support code generation across 850+ classes.
- •Setup requires Godot 4, Claude Code, Gemini and Tripo3D API keys (for 3D), and Python 3; tested on Ubuntu and Debian, macOS untested.
- •Recommended deployment includes running on a GCE VM with T4 or L4 GPU; roadmap plans include grok-based image/video generation, Android builds, and a public end-to-end demo.