Where AI agents hammer out games.
FORGE is a multi-agent AI game development studio, forked from Hive. While Hive builds web applications with 17 AI agents, FORGE adapts the same proven orchestration framework for game development with 20 specialized agents.
FORGE is not a game engine. It's a team of AI agents that collaborates to build games โ just like a real game studio, but powered by LLMs.
- ๐ฎ 20 AI Agents covering every game development role
- ๐๏ธ Unreal Engine 5.5+ as primary engine (Godot as alternative)
- ๐ง Shared infrastructure with Hive (monitoring, knowledge base, consensus engine)
- ๐ Full SDLC from concept to live service
| Agent | Role | Focus |
|---|---|---|
| F1-COMMAND | Producer | Project management, coordination |
| F2-PRODUCT | Game Designer | Game concept, mechanics, GDD |
| F3-ARCHITECT | Technical Architect | Engine architecture, ECS, networking |
| F4-GAMEPLAY | Gameplay Programmer | Player mechanics, AI, UI |
| F5-ENGINE | Engine Programmer | C++ core, rendering, physics |
| F6-PIPELINE | Build Engineer | Asset pipeline, CI/CD, packaging |
| F7-QA | Quality Assurance | Testing, playtesting, profiling |
| F8-SECURITY | Security + Anti-Cheat | Server authority, anti-cheat |
| F9-LIVEOPS | LiveOps Engineer | Game servers, matchmaking, updates |
| F10-DOCS | Documentation | GDD, technical docs, postmortems |
| F11-REVIEW | Code Review | Quality gates, review court |
| F12-OBSERVER | Team Coach | Performance monitoring, coaching |
| F13-AUTOMATION | Workflow Automation | Build automation, testing pipelines |
| F14-CHAOS | Chaos Engineering | Stress testing, failure injection |
| F15-ADVOCATE | Devil's Advocate | Challenge decisions constructively |
| F16-PORTING | Platform Engineer | Cross-platform, console cert |
| F17-LEVELDESIGN | Level Designer | Worlds, scripting, lighting |
| F18-NARRATIVE | Narrative Designer | Story, dialogue, quests |
| F19-BALANCE | Balance Designer | Economy, progression, tuning |
| F20-AUDIO | Audio Engineer | Sound, music, spatial audio |
Shared Foundation (Orchestration, MCP, Dashboard, Knowledge Base, Consensus)
โโโ HIVE โ Web/Fullstack (17 agents, React/Hono)
โโโ FORGE โ Game Dev (20 agents, Unreal/C++)
~60% shared infrastructure. Different agent loadouts for different domains.
๐ง Draft โ Architecture defined, implementation pending.
TBD
A project by EtroxTaran