quick-game
Originally fromopusgamelabs/game-creator
Installation
SKILL.md
Performance Notes
- Take your time to do this thoroughly
- Quality is more important than speed
- Do not skip validation steps
Quick Game (Fast Prototype)
Build a playable game prototype as fast as possible. This is /viral-game without the polish — just scaffold + implement the core loop. Get something on screen, then incrementally add layers with /add-assets, /design-game, /add-audio, /game-deploy, and /monetize-game.
What you'll get:
- A scaffolded game project with clean architecture
- Core gameplay — input, movement, scoring, fail condition, restart
- A running dev server you can play immediately