Discover and explore top open-source AI tools and projects—updated daily.
htdtAI pipeline for automated Godot 4 game development
Top 17.0% on SourcePulse
Generates complete Godot 4 game projects from natural language descriptions using an AI pipeline. It targets developers and power users seeking rapid prototyping or automated game creation, delivering organized, functional Godot 4 projects with custom assets and code.
How It Works
This project employs two Claude Code skills—one for planning and one for execution—to orchestrate an AI pipeline. It designs game architecture, generates 2D art via Gemini and 3D models using Tripo3D, and writes all GDScript code. To ensure code quality and compensate for LLM training data gaps, it incorporates a custom GDScript language reference and lazy-loaded API documentation. Visual Quality Assurance is performed by capturing screenshots from the running Godot engine and analyzing them with Gemini Flash vision to detect and fix rendering issues like z-fighting or broken physics.
Quick Start & Requirements
./publish.sh <project_directory> to set up a new project folder with all necessary skills.GOOGLE_API_KEY for Gemini, TRIPO3D_API_KEY for Tripo3D if generating 3D assets).Highlighted Details
Maintenance & Community
grok-imagine-image, adding Android export recipes, and publishing a full public demo.@alex_erm.Licensing & Compatibility
Limitations & Caveats
5 days ago
Inactive