Get started
On game-platform, a coding agent builds your game, and your friends play it in a browser, on a phone or on a desktop. You describe the game, and the agent writes it on the platform’s engine and tests it as it goes. This page gets you from nothing to a first playable version.
flowchart LR
P[Paste the prompt] --> I[Install] --> C[Connect your agent] --> M[Make the game] --> S[Play and share]
The agent takes every step after the first. To take them by hand, follow the pages under Next steps.
Make a game without code
Section titled “Make a game without code”You need Claude Code or Codex on your computer, and a GitHub account with access to the private repository. Paste the following prompt into your agent:
Make me a game on game-platform by following https://zealous-pebble-0148e2410.3.azurestaticapps.net/learn/agent-checklist/ one step at a time.The agent then does the following:
- Installs what the platform needs, and connects to it.
- Asks you to run one command in your terminal, which opens a new session in your game’s folder, and to say
continue. - Asks what game you want, then one question at a time about it.
- Shows you a playable version in your browser before it asks for more.
Next steps
Section titled “Next steps”Take the following pages in order to set up by hand:
2. InstallClone the repository and install its tools.
3. Connect your agentAdd the studio plugin to Claude Code or Codex, and check that it answers.
4. Make your gameStart a game from an idea or from the example.
Agent checklistThe same setup as numbered steps an agent follows on its own.
A developer who writes the code reads the following pages:
Your first gameBuild a small game piece by piece.
How a game fits togetherGames, scenes, worlds and entities, and what each one reads.