Build a game by describing it
Describe the game in your head and watch it come alive, round-trip your changes in seconds, and publish it to the feed. No engine to learn.
Remix Team
Remix Team

The text-to-game pipeline
Studio now turns a written description into a playable game through a generation loop. The describe-to-build flow takes a natural-language prompt, generates the game's code, and renders it back into the studio preview where it runs immediately. The output is real source the creator owns, not a locked template, which is the point: creators leave with code they can keep editing and remixing rather than a build trapped inside a tool.
The round trip is what makes this usable. After the first generation, follow-up instructions diff against the existing code and regenerate the affected parts, so a creator can iterate on physics, art, or rules in seconds without rebuilding from scratch. Each pass writes back to the same game version, and changes flow through the studio preview so the loop between intent and playable result stays tight.
Ask-clarifying-questions UX
A blank description rarely contains everything the model needs to build the right game. Rather than guessing and producing something wrong, the studio detects when a prompt is underspecified and asks targeted clarifying questions before committing to a build. The creator answers, those answers fold into the generation context, and the resulting game reflects the fuller intent. This keeps the first build close to what the creator pictured instead of burning iterations correcting obvious gaps.
The backend contracts behind this loop are shared between the Studio web client and mobile chat studio, so the same describe-to-build and clarifying-question flows behave consistently across surfaces and stay in sync when the contract changes.
The reason to lower the barrier this far is straightforward. The hard part of making a game was never the idea, it was the engine and toolchain between the idea and something playable. Collapse that to "describe what you want" and AI handles the rest, and the population of people who can ship a game expands enormously. Many games topping the categories today started as a single sentence, then got tuned in the loop until they felt right and published straight to the feed.