skills/modelscope.cn/game-generator

game-generator

Installation
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
Installs
3
First Seen
May 2, 2026
game-generator from modelscope.cn