remix-multiplayer

Installation
SKILL.md

Implement Multiplayer Workflow

Overview

This skill guides you through enabling and integrating multiplayer functionality for games on the Remix platform. Current platform support is two-player, turn-based multiplayer using the SDK multiplayer namespace.

Prerequisites

  • A game must be created on the Remix platform (you need a game ID).
  • The REMIX_API_KEY environment variable must be set.
  • The game must include the RemixSDK script tag:
    <script src="https://cdn.jsdelivr.net/npm/@remix-gg/sdk@latest/dist/index.min.js"></script>
    

Steps

Related skills
Installs
32
GitHub Stars
10
First Seen
Mar 5, 2026