Glossary

Glossary

Conjure

The browser-safe Python runtime and API used by Moosh games. See the API reference.

Draft

A private editable game project with source files, assets, editor tabs, and autosave state.

Published version

A safe runtime snapshot served to public players after publish or review.

Public

A visibility state where a game can appear in browse, search, public profiles, and discovery.

Unlisted

A visibility state where a game is playable by URL but hidden from discovery. See publishing.

Save data

Per-player, per-game JSON values stored through conjure.platform. Read save data.

Leaderboard

The authenticated high-score list for a public game. Read leaderboards.

Remix

A new draft based on another game when remixing is allowed. Read remixing.