Sideloading
You can load any game template directly from a URL (bypassing the Probability catalog).
Loading a game
Section titled “Loading a game”You need a template URL to start a new game, or a doc URL to join an existing game.
Start a new game from a template
Section titled “Start a new game from a template”The template is a public folder of assets, i.e. an unzipped template zip.
https://prob.nz/play#template=<url>It must have CORS headers for * (or prob.nz) to work properly.
Join an existing game
Section titled “Join an existing game”The doc URL is generated when you start a game from a template. The ID is an Automerge doc.
https://prob.nz/play#doc=<id>If doc is set, template is ignored.
Custom sync servers
Section titled “Custom sync servers”Sync servers facilitate connections between players, and are specified by the sync param.
https://prob.nz/play#template=<url>&sync=wss://sync.automerge.org&sync=wss://sync.probability.nzhttps://prob.nz/play#doc=<id>&sync=wss://sync.probability.nzYou can self-host, in case sync.probability.nz is unavailable.