Skip to content

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.

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:

  1. Installs what the platform needs, and connects to it.
  2. Asks you to run one command in your terminal, which opens a new session in your game’s folder, and to say continue.
  3. Asks what game you want, then one question at a time about it.
  4. Shows you a playable version in your browser before it asks for more.

Take the following pages in order to set up by hand:

A developer who writes the code reads the following pages: