What Are Vibe-Coded Games?
Why prompt-built mini-games are becoming a category of their own.
Vibe-coded games are built mainly by describing desired behavior to an AI coding system, testing what it generates and steering it through repeated prompts instead of manually writing every line.
What the workflow looks like
- Describe a small playable loop.
- Let the model generate code and assets.
- Play the result rather than trusting the explanation.
- Report one concrete problem and request one change.
- Repeat until the loop is stable.
What the phrase does not mean
It does not mean the game has no code or that design happens automatically. The code still runs, breaks and accumulates dependencies. “Vibe coding” describes who produces much of the implementation and how the human directs it.
Where it works best
It is strong for prototypes, game jams, web toys, familiar mechanics and experiments where speed matters more than architecture. Risk rises with multiplayer state, payments, private data, complex physics and long-lived codebases.
A useful rule
If you cannot explain the game’s state, inputs, win condition and failure state, the project is not ready for another feature. Reduce ambiguity before adding content.
Features, pricing and terms can change quickly. Recheck the linked sources and current official terms before making a commercial or platform decision.