introduce-puzzmo-sdk
Installation
SKILL.md
Introduce Puzzmo SDK
Add the @puzzmo/sdk package and wire up the game lifecycle.
Steps
-
Install
@puzzmo/sdk:npm install @puzzmo/sdk -
In the main game entry file, import and initialize the SDK:
import { createPuzzmoSDK } from "@puzzmo/sdk" const sdk = createPuzzmoSDK()