#505 · Primary category: AI Agents & Automation

OpenGame

OpenGame: Open Agentic Coding for Games

Project last updated:08/22/26

GitHub Stars

2.9K

Forks

416

Contributors

3

License

Apache-2.0

Why we included this project

Most code agents handle isolated programming tasks well but fall apart when asked to build a whole playable game, where many files have to stay consistent and the scene wiring has to actually work. OpenGame tackles that directly: a template library that grows from experience, paired with a debugging skill that records verified fixes, lets the agent scaffold a stable project and repair integration errors instead of patching one syntax bug at a time. That makes it worth a look for teams experimenting with AI-assisted game prototyping, indie developers who want a fast route from concept to something runnable, and researchers watching how agents manage cross-file state and interactive verification. The project also ships a game-specialized coding model, GameCoder-27B, plus an evaluation pipeline that scores output on build health, visual usability, and intent alignment using headless browser execution and a vision-language judge. If you want a concrete reference for how far an agent can get in a domain that mixes creativity with real engineering constraints, this is it.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category