remix-save-game
Installation
SKILL.md
Integrate Save Game State Workflow
Overview
This skill guides you through integrating save game state into an HTML game on the Remix platform. Save game state lets players persist progress across sessions -- scores, unlocked levels, inventory, and more -- using the RemixSDK.
Prerequisites
- The game must include the RemixSDK script tag:
<script src="https://cdn.jsdelivr.net/npm/@remix-gg/sdk@latest/dist/index.min.js"></script> - The game must already be playable (follow the game-creation workflow first if starting from scratch).