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_KEY environment 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: 100vh on 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.
Related skills
Installs
33
GitHub Stars
10
First Seen
Mar 5, 2026