remix-game-best-practices
Installation
SKILL.md
Game Creation Best Practices
Mobile-First Requirements
- Build for portrait orientation only.
- Canvas must be
720x1080(2:3 aspect ratio). - Do not use landscape layouts or controls.
- Design for thumb-friendly interactions and readable UI.
Mandatory Remix SDK Usage
Include the SDK script in HTML <head>:
<script src="https://cdn.jsdelivr.net/npm/@remix-gg/sdk@latest/dist/index.min.js"></script>
Use only the supported SDK APIs: