remix-game-creation
Installation
SKILL.md
Game Creation Workflow
Overview
This skill guides you through creating a new HTML game on the Remix platform.
Prerequisites
- The
REMIX_API_KEYenvironment variable must be set.
Constraints
- The game must target a 2:3 aspect ratio (e.g. 720x1080).
- It must fill the entire viewport at that ratio -- use
width: 100vw; height: 100vhon the game container. No scrollbars, no overflow. - The game must support touch controls as the primary input method (the Remix platform is primarily mobile/touch-based). Keyboard and mouse controls are welcome but optional.