AIAny
AI Agent2026
Icon for item

Godogen

Generates complete Godot 4 projects from a natural-language game description: it designs the architecture, generates assets, writes C# code, runs the project, captures screenshots for visual QA, and iterates until a runnable game repo is produced. Requires API keys and Godot .NET.

Introduction

Why this matters

Most AI coding tools either generate code snippets or help with assets; fully producing a runnable game with coherent scenes, assets, and iterative visual QA is a different engineering problem. This pipeline treats game creation as an end-to-end agent task: from high-level spec -> architecture design -> assets -> full C# codebase -> runtime verification and automated fixes, producing a real Godot 4 project you can open and run.

What Sets It Apart
  • Multimodal, closed-loop generation: the agent doesn't stop at source files — it runs Godot, captures screenshots, and uses visual QA to detect rendering/physics/asset issues and re-generate or fix them, so outputs are validated in-engine.
  • End-to-end asset and code pipeline: integrates multiple generators (image/video/text-to-3D tools) and produces organized scenes plus readable C#/.NET 9 code, not just glue scripts. So what: you get a cohesive project structure ready for further iteration or testing.
  • Dual-host agent support: parallel implementations for Claude Code and Codex hosts, letting you pick the skillset that matches your LLM provider and tooling preferences. So what: flexibility for users tied to different LLM ecosystems.
  • Practical constraints acknowledged: designed to run on commodity machines but optimized for GPU-backed servers when available, and includes automation for long runs (progress notifications, remote control).
Who It's For & Tradeoffs

Great fit if you want rapid prototyping of game ideas, automated demo generation, or a reproducible pipeline to scaffold playable Godot projects from prompts. It’s especially useful for indie devs, researchers exploring AI-assisted content generation, and teams experimenting with agent-driven pipelines.

Look elsewhere if you need production-quality, polished commercial games out of the box — the system focuses on automated generation and iterative fixes, not studio-grade game design or long-term maintainability without human oversight. It also requires API keys (Google AI Studio, xAI Grok, Tripo3D etc.), Godot .NET, and nontrivial compute/time: full runs can take hours.

Where It Fits

Positioned between prompt-based code generators and full game engines: unlike snippet-focused agents, this repo aims to be the generator that writes a real game repository. Compared with manual asset pipelines, it automates cross-tool orchestration (image/video/3D conversion + scene assembly + runtime QA) but remains an assistive, experimental tool rather than a turnkey commercial engine.

Information

  • Websitegithub.com
  • AuthorsAlex Ermolov (htdt / alex_erm)
  • Published date2026/02/06

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).