SDK Manual
The Plot Game SDK lets an independently built browser game use features provided by Plot. It does not require a particular framework or build tool, and it ships with TypeScript declarations.
Start with the game model, then connect a small project. The first SDK release will support connection only, so these pages distinguish that small initial API from the broader design direction for Plot games.
Learn the model
- How Plot games work explains what Plot runs and what remains part of your game.
- Designing a multiplayer game covers personal views, shared outcomes, session states, and mobile-first play.
Build and test
- Getting started installs the SDK and opens a connection.
- Local development covers standalone UI work and Plot preview mode.
- API reference documents the current TypeScript interface.
Before publishing
- License explains how free and paid Plot games may use the SDK.