← Back to Catalog

htdt/godogen

↗ GitHub

Claude Code skills that build complete Godot 4 projects from a game description

2,457

Stars

226

Forks

19

Watchers

2

Open Issues

Python·MIT License·Last commit Apr 1, 2026·by @htdt·Published April 2, 2026·Analyzed 6d ago
A

Safety Rating A

No hardcoded secrets, malicious code patterns, suspicious dependencies, or prompt injection attempts were detected. API keys are referenced only as environment variable names in documentation, which is best practice. The repository appears to be a legitimate open-source game development tooling project with a clear and benign purpose.

AI-assisted review, not a professional security audit.

AI Analysis

Godogen is an AI-powered pipeline that generates complete, playable Godot 4 game projects from a plain-text game description. It uses two Claude Code skills to orchestrate planning and execution, integrates xAI Grok for 2D/3D asset generation, Tripo3D for image-to-3D model conversion, and Gemini Flash vision for visual QA via live screenshots. A custom GDScript language reference and lazy-loaded Godot API docs compensate for LLMs' limited GDScript training data. The output is a structured Godot 4 project with proper scene trees, scripts, and assets.

Use Cases

  • Generating playable Godot 4 game projects from a text description without manual coding
  • Automating game asset creation (2D art, textures, 3D models) using generative AI APIs
  • Performing visual QA on running games by capturing screenshots and analyzing them with vision models
  • Bootstrapping game architecture and scene organization for rapid prototyping
  • Running long-duration AI game generation pipelines on cloud VMs with remote control

Tags

#code-generation#ai-agents#workflow-automation#llm#image-generation#framework#cli-tool#multi-agent

Project Connections