OpenGame releases prompt-to-web-game agent with playable demos
OpenGame released an open-source agent that turns prompts into playable web games, with public demos spanning shooters, quiz battlers and 90s-style fighters. The release matters because game ideas now arrive as runnable browser prototypes rather than static mockups, though the current proof points are demo-heavy.

TL;DR
- _akhaliq's paper post surfaced OpenGame as an "Open Agentic Coding for Games" project, and minchoi's repo-and-demo post showed that the team shipped both a public codebase and a live demo alongside it.
- The core pitch, according to minchoi's launch thread, is prompt-to-web-game generation, with playable browser prototypes instead of concept art or static mockups.
- The first public examples already span several genres: minchoi's Hajimi Defense prompt goes tower defense, minchoi's Hogwarts card battler prompt turns trivia into combat, and minchoi's K.O.F.-style quiz fighter prompt leans hard into arcade nostalgia.
- minchoi's Mandalorian Protocol prompt and minchoi's Avengers platformer prompt also show how far the demos push licensed-looking worlds, even when the current proof set is still mostly showcase material.
OpenGame shipped with a paper, a GitHub repo, and a public demo page. You can also watch the launch examples in minchoi's first demo post, jump to the repo from minchoi's links post, and skim the paper link from _akhaliq's paper post.
Prompt-to-playable browser games
The notable shift here is format. OpenGame is being presented as an agent that turns a natural-language game brief into a runnable web game, not a sprite sheet, level mockup, or design doc.
That makes the release more interesting for creative tooling than a usual "AI game generator" clip thread. minchoi's launch thread frames the output as full playable web games, while minchoi's follow-up links directly to code and a browser demo instead of a closed teaser.
Five demo directions
The demo set is broad enough to read like a stress test of promptable game design patterns rather than one polished house style.
- Tower defense comedy: minchoi's Hajimi Defense prompt specifies meme-cat towers, clickable obstacles, and a hand-drawn kawaii look.
- Quiz battler: minchoi's Hogwarts card battler prompt turns correct math and science answers into spell damage through a "Magic Resonance" combo system.
- Top-down action RPG shooter: minchoi's Mandalorian Protocol prompt asks for twin-stick combat, melee, dash movement, and cover interactions.
- Local versus trivia fighter: minchoi's K.O.F.-style quiz fighter prompt swaps punches for buzzer-based physics answers inside a 90s arcade presentation.
- Side-scrolling superhero platformer: minchoi's Avengers platformer prompt calls for hero selection, three levels, special skills, ultimates, and a Thanos boss fight.
The throughline is not one genre. It is how much mechanical structure the prompts try to pack in: combat rules, UI style, progression beats, input gimmicks, and art direction all arrive in a single request.
Demo-heavy, but already useful as a prototyping format
The current evidence is strongest on examples, not on deep public documentation about reliability, production readiness, or how the agent behaves on messy original briefs. That keeps the release in demo territory for now.
Still, the demos are already more useful than a gallery of generated screenshots. minchoi's launch thread shows people judging motion, pacing, and interaction in running games, and minchoi's links post makes that testable through the public code and demo URLs.
Public release bundle
The release bundle is unusually complete for a first look:
- A public paper, linked by _akhaliq's paper post
- A public GitHub repository, linked in minchoi's repo-and-demo post
- A public demo site, also linked in minchoi's repo-and-demo post
That combination means the story is not just that OpenGame exists. The materials to inspect it, run it, and watch the outputs were posted on day one.