AI for Automation
Back to AI News
2026-03-17AI game developmentvibe codingClaude CodeGodotGodogenAI codingopen sourceautomated game generation

Godogen: AI Builds Entire Games — Automated Development with Claude Code + Godot

Open-source Godogen lets you describe a game to Claude Code, and AI handles everything from design, graphics, coding, to bug fixes — delivering a complete Godot 4 game. Vibe coding makes game development accessible to everyone.


AI game development tool Godogen is an open-source vibe coding tool where you describe the game you want in text, and Claude Code handles design, graphics, coding, and testing to produce a fully playable Godot 4 game project. Just say something like "Make a side-scrolling game riding through Amsterdam's bike lanes" and AI builds the game for you — that era is here.

Godogen AI automatic game generation tool — enter a text prompt and get a complete Godot 4 game

How Godogen Works — 4 Steps for AI to Build a Game

Godogen's process is remarkably systematic. This goes far beyond simple "write some code for me" territory.

Step 1: Design — AI coding assistant Claude Code designs the entire game structure. It plans which scenes are needed, how characters move, and what physics rules apply.
Step 2: AI-Generated Graphics — Google's Gemini automatically generates 2D images and textures (surface materials used in the game). For 3D games, Tripo3D converts images into three-dimensional models.
Step 3: Automated Coding — Code is automatically written for the Godot 4 engine (a free game development tool). With built-in reference documentation covering 850+ Godot features, the AI fills in any gaps in game development knowledge.
Step 4: Visual QA Auto-Review — This is the most impressive part. The game is actually launched, and the AI captures screenshots to visually inspect the result. It detects missing textures, overlapping objects, or broken physics effects — and fixes them automatically.

Games You Can Build with Godogen — 3 Real Demos

The demo prompts (game descriptions) shared by the developer showcase Godogen's true potential.

Amsterdam Bike Game — A side-scrolling game where you ride along red bike lanes, dodging selfie-taking tourists, lost travelers with maps, and people carrying flower bouquets. Boats pass through the canals, and canalside buildings move with parallax (depth perspective) in the background.
Alpine Snowboard Simulator — A 3D downhill snowboarding game. Carving turns (edge-based directional changes) send snow particles flying, and you must dodge slow skiers and pine trees. A Swiss-style village is visible at the mountain's base.
Topographic Map Racing — A top-down racing game set on a contour-line map. Cars catch air on hills, and landing impacts are felt through realistic physics effects.

Game Development Through Vibe Coding — Why It Matters

Godogen is getting attention because it dramatically lowers the barrier to entry for game development. Previously, building a single game required expertise across multiple disciplines — programming, graphic design, sound, and game design. Godogen lets AI handle all of these. If you're curious about what vibe coding is, you can learn the basics of AI coding from our Free Learning Guide.

Of course, there are limitations. A single generation can take several hours, and quality varies for more complex games. It's an early-stage project with 134 GitHub stars, tested only on Ubuntu and Debian Linux. But the concept of "building games by describing them" remains one of the most exciting examples of vibe coding.

Installing and Using Godogen — Getting Started Guide

If you have Claude Code and Godot 4 installed, you can start right away.

# 1. Create project folder
git clone https://github.com/htdt/godogen.git
cd godogen
./publish.sh ~/my-game

# 2. Set environment variables (Google Gemini API key required)
export GOOGLE_API_KEY="your-key-here"

# 3. Start building your game with Claude Code
cd ~/my-game
claude
# Then use the /godogen command to enter your game description

You can get a Gemini API key for free at Google AI Studio. If you want to create 3D games, you'll also need a Tripo3D API key. A full demo video walking through the process is available on YouTube.

If you want to learn more about AI and vibe coding, check out our Free Learning Guide to get started from the basics, step by step.

Related ContentGet Started with AI | Free Learning Guide

Stay updated on AI news

Simple explanations of the latest AI developments