FAQ

FAQ

What is Moosh?

Moosh is a browser-based tool for making, publishing, and playing small 2D Python games. Start with the quickstart.

Do I need to install Python?

No. Games run in the browser through the Conjure runtime. The editor, preview, and public player are web surfaces.

Can games import any Python package?

No. Games use the safe standard library subset plus the Conjure module. The API reference lists what is available.

What is the difference between public and unlisted?

Public games appear in discovery. Unlisted games are playable by URL but hidden from browse, search, and public profiles. See publishing.

Where do I get help?

Use tutorials for game code, guides for platform workflows, and the editor assistant for code changes.