Continual MI
MDL
Endless VN Engine
GamesMGPT APIEarningsMonitoringDocs
Learn
  • Introduction
  • Quick Start
  • MDL CLI
  • How It Works
Build
  • Workspace
  • Agentic Workflow
  • Instructions
  • Schema
  • Assets
Ship
  • Publishing
  • Monitoring
  • Earnings & Payouts
Reference
  • Package Model
  • API Keys & Auth
  • CLI Reference
  • Platform Reference
Docs/Quick Start

Quick Start

Go from zero to a playable hosted game in under ten minutes.

Prerequisites

  • A Continual account (sign in with Google).
  • Continual Pro subscription — required to create and manage hosted games.

1. Create a game

Open Games in the sidebar, click New Game, enter a game name, and hit Create. MDL creates the hosted slug automatically and drops you straight into the sectioned workspace for that game.

2. Write instructions

Open Instructions in your workspace. These are the instruction files that tell the AI how to run your game — setting, characters, tone, rules, and which assets to use.

You are the narrator of an interactive mystery set in 1920s London.
The player is a private detective investigating a missing person case.

Write in second person present tense.
Keep narration to 3-4 paragraphs.
The tone is noir with dry wit.

The more specific you are, the more consistent the experience. See Instructions for the full guide.

3. Generate some assets

Open Characters & Sprites or Backgrounds to create your visual asset library, then add tracks through Music. Prompt-facing behavior for characters, locations, music, and effects now lives under Instructions.

Start small: 2–4 visible subjects, 3–5 backgrounds, a couple of music tracks. You can always add more later.

4. Set up the title screen

Open Title Screen in your workspace. Set your game's title, tagline, logo, intro message, title music, and time-of-day background variants.

5. Preview

Click Preview to play through your game as a player would. This is where you test how your instructions affect the experience. Play, notice what feels off, adjust, repeat.

The preview loop is everything

Small prompt changes can significantly alter the game feel. Invest time here before polishing assets. A well-tuned prompt with placeholder art always beats beautiful art with a weak prompt.

6. Publish

When the game feels right, open Release to set visibility and create a versioned release. Use Domains when you are ready to attach a custom hostname. See Publishing for the full guide.

Working locally with a package

If you maintain your game in Git, the mdl CLI is the canonical local workflow. Use it to diff your package against the hosted dev workspace and push only changed files without turning routine iteration into a live release.

See MDL CLI when you are ready to move from workspace-first editing to a repository-driven creator workflow.

Next

Build
MDL CLI
Adopt the local package workflow for Git-based game development.
Build
Workspace guide
Deep dive into every workspace section.
Build
Instructions
Craft the instruction files that guide the runtime.
Learn
How it works
Understand the turn cycle and context window.