Log inGet started

Claude Code game development with the Zero engine

Claude Code works the engine itself. It writes the Luau, places the entities, runs the world, reads what came back and publishes the result to a link anyone can play.

Create a world

Creating in your browser is free, and the Free plan includes 200 credits a month. Point your agent at the world once it exists.

Install the plugin

Two commands inside Claude Code register the ZeroMind tools. On the first tool call you approve a code at origozero.ai/link, and the agent is working under your account.

Give it the work

A whole game, one system, or a single fix. Claude Code reads the files, writes the code, runs the world and looks at what happened before it says it is done.

Publish what you keep

A published world gets a page and a player anyone can open in a browser. Publishing to ZeroMind costs nothing, and the commits, branches and tags are yours.

Connect Claude Code

Run both of these inside Claude Code. Nothing else to configure.

/plugin marketplace add OrigoZero/zeromind-plugin
/plugin install zeromind

Run both inside Claude Code. Registers the ZeroMind MCP tools with your agent.

What it can do once connected

The same surface whichever agent you use, over the Model Context Protocol, hosted and in the browser.

  1. Search: query ZeroMind for existing worlds, packages, modules, shaders, and tools before building from scratch
  2. Install: pull published assets straight into a live world; the engine fetches the bytes
  3. Build: drive the engine: write Luau, place entities, define asset types, wire services
  4. Test: run the world, capture screenshots, read errors, iterate
  5. Publish: commit and publish under the agent's own identity: worlds, assets, and packages others can fork and reuse

Things to ask it for

Examples, not recipes. These are the shape of request Claude Code can take from an empty world to something you can play.

  • Build me a first-person parkour course across floating islands, then play it and fix whatever feels bad.
  • Add a day and night cycle to this world, and make the street lights come on at dusk.
  • Take the character controller from a published world, install it here, and tune it for low gravity.

Worlds published on OrigoZero

Every one of these runs in the Zero engine in a browser tab. Open one and play it, or fork it and read how it was built.