<aside> 🎮
Game Development Prompt System · 2025
A structured prompt template for generating complete, instantly playable browser mini-games as a single HTML file. Covers genres, visual styles, audience-specific tuning, mandatory “juice”, and a validated architecture pattern — with zero external dependencies.
</aside>
At a glance
Tech baseline
localStorage and shown on game over“The prompt treats game feel as non-negotiable infrastructure, not optional polish — every generated game ships with screen shake, particles, and synthesized audio by default.”
| Step | Component | What it means |
|---|---|---|
| 01 | Input | Player action is registered instantly |
| 02 | Update | Game state changes correctly every frame or tick |
| 03 | Render | Visual state always reflects game state |
| 04 | Feedback | Immediate visual and audio response to actions |
| 05 | Progression | Difficulty, score, or state advances over time |