Open Source Radar
Godogen autonomously generates games across Godot, Bevy, and Babylon.js using Claude Code and Codex. It builds from a short engine guide and publishes a live game or proof video.
5.2kstars
472forks
6issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Aug 5, 2026
What it is
Autonomous game development toolchain that generates games for Godot 4, Bevy, and Babylon.js. It uses Claude Code or Codex as host agents to produce project scaffolds, assets, and runtime code based on a short engine guide.
How it works
- The agent reads a published engine guide (per engine) and renders a runtime manifest, a one-page engine guide, and an asset-generation skill.
- It can produce projects for:
- Godot 4: C#/.NET projects with build-time scene generation, runtime scripts, and Jolt physics.
- Bevy: Rust/Bevy projects with code-first ECS scenes and offscreen capture.
- Babylon.js: TypeScript/Vite browser games served at a live URL.
- Asset generation tools include Gemini for references, xAI Grok for textures/objects, Tripo3D for 3D generation and animation, and Grok video for animated sprites with loop detection and background removal.
- The agent proves results by evaluating a running live URL or a recorded clip, and iterations are driven by visible defects.
Getting started
Prerequisites include:
- Godot 4 (.NET build) on PATH for Godot projects
- Rust/Cargo for Bevy projects
- Node.js 22.12+ and npm for Babylon.js projects
- Chrome/Chromium with hardware WebGL2 for Babylon.js capture
- Python 3 with pip
- API keys via environment variables: GOOGLE_API_KEY, XAI_API_KEY, TRIPO3D_API_KEY
- System packages from setup.md: vulkan-tools, xvfb, ffmpeg, imagemagick, plus platform-specific extras
- Claude Code or Codex
Publish a game repo with the provided scripts, selecting engine and agent:
./publish.sh --engine godot --agent claude --out ~/my-game # CLAUDE.md + .claude/skills/
./publish.sh --engine babylon --agent codex --out ~/my-game # AGENTS.md + .agents/skills/
./publish.sh --engine bevy --agent claude --out ~/my-game
Pass --force to wipe existing contents at the target before re-publishing.
Recent releases
- Releases: none listed in the latest data.
Traction
- Stars: 5237
- Forks: 472
- Open issues: 6
Behind the repo
- Publisher/maintainer not provided in the provided data.
Caveats
- License: MIT
- Created: 2026-02-06
- Last push: 2026-07-26
- Language: Python
- Topics include claude, codex, game-development, godot, godot4, skills
Agent skills inside · 1
All skills →





