Publishing and offline export
Share a link, embed it, or download a folder that runs with no server.
5 min readPublishing
Publishing gives your project a public play page. Unpublished projects are visible only to you. You can unpublish at any time; the link stops working immediately.
Export
Export downloads a zip containing your game and the runtime. Unzip it,
open index.html, and it plays — no server, no network, no
install. Put it on any static host, or on a USB stick.
Embedding
A published game can be embedded in any page with an iframe. The embed snippet is on the project's share panel.
Saving progress
Variables marked persist are stored on the player's device, and keep working in an exported build. High scores survive a reload without any server involved.