Probability SDK
Probability is a tool for playing 3D tabletop games.
How it works
Section titled “How it works”Once loaded, live game data is kept in an Automerge document; essentially, a shared JSON database.
The SDK exposes the doc and “presence” data (temporary player info). It can be used to build plugins, or small web apps connected to the game (AI opponents, rules engines, dice rollers, etc).
What do you want to do?
Section titled “What do you want to do?” Make a game template Bundle assets and scenarios into a zip file players can launch.
Write a plugin Build a React app that can modify the doc and broadcast presence.