game-generator
SKILL.md
Game Generator
Assists in generating valid GameSpec JSON + Lua scripts for the AI Game Platform.
When to Use
- User requests a new game ("create a platformer game")
- User wants to add features ("add enemies that patrol")
- User wants to modify Lua scripts ("make the player jump higher")
- User asks about game mechanics ("how do I implement collectibles?")
Instructions
1. Understand the Request
Identify the game type:
- FPS: First-person shooter with mouse look
- 2D Side-Scroller: Horizontal movement, jumping
- 3D Platformer: Top-down or angled view, WASD movement