Plot Game SDK
Build a game with ordinary web technology, then use the Plot Game SDK to run it as part of a Plot session. Your game owns its interface and rules. Plot brings the players together and provides platform features through a small, typed library.
The SDK is framework-independent, works with npm or a version-pinned browser
script, and includes TypeScript declarations. Version 0.1.0 will provide the
first building block: connecting an embedded game to Plot.
Pre-release status:
@plot.game/sdkhas not been published to npm yet, and the public creator preview is still in development. The manual documents the package and workflow being prepared for the first release.
Where to begin
- Read How Plot games work for the game model and the responsibilities of Plot and your app.
- Follow Getting started to install the SDK and make your first connection.
- Use the API reference for the exact interfaces generated from the TypeScript source.
- Review the license before distributing a game.