> ## Documentation Index
> Fetch the complete documentation index at: https://summer-18f03259-codex-native-multiplayer-entry.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Summer Engine: Build a Summer game with AI

> Install Summer Engine, create a Summer game in GDScript, add Summer SDK capabilities, test locally, and publish.

Summer Engine is the AI game engine for building a **Summer game**. Start in the editor,
write gameplay in **GDScript**, add the **Summer SDK** capabilities your game needs, then
test and publish from one documented path.

Describe what you want to build or change in natural language. Summer Engine can work across
your scenes, scripts, and assets while you review the changes in the same project.

**What makes Summer Engine different:**

* **One creator path**: Install, create, integrate the Summer SDK, test, publish, and update.
* **GDScript by default**: Start with the creator language used throughout these guides.
* **Portable source**: Your project stays yours. Familiar formats improve portability, but
  editor-version, import, plugin, native-extension, and export compatibility still need
  verification.
* **Project Intelligence**: AI understands your scenes, scripts, assets, and game logic
* **Reviewable Operations**: Changes go through editor APIs; review the diff and test the project after each operation
* **Privacy controls**: Pro accounts can enable Privacy Mode to opt out of training-data use

## Start here

Follow this path in order:

<CardGroup cols={2}>
  <Card title="1. Install Summer Engine" icon="download" href="/essentials/installation">
    Install the editor on macOS or Windows and verify it opens.
  </Card>

  <Card title="2. Create a Summer game" icon="rocket" href="/quickstarts/fresh-project">
    Create a project and make GDScript your default gameplay language.
  </Card>

  <Card title="3. Build your first GDScript game" icon="code" href="/api-reference/summer-sdk/build-your-first-summer-game">
    Add the minimal game structure and connect the Summer SDK.
  </Card>

  <Card title="4. Use the Summer SDK" icon="boxes" href="/api-reference/summer-sdk">
    Choose multiplayer, player, persistence, economy, and publishing capabilities.
  </Card>

  <Card title="5. Test locally" icon="flask-conical" href="/api-reference/summer-sdk/testing-your-game-locally">
    Validate the Summer game before using a limited publish request.
  </Card>

  <Card title="6. Export and submit" icon="upload" href="/api-reference/summer-sdk/exporting-and-uploading-your-game">
    Export a game-only pack, submit it for human review, and follow the update path.
  </Card>
</CardGroup>

## Other ways to start

<CardGroup cols={2}>
  <Card title="Give the task to an AI coding agent" icon="bot" href="/agent-setup">
    Use the canonical prompt to build a Summer game with Summer Engine and the Summer SDK.
  </Card>

  <Card title="How do I make a game with Summer Agent?" icon="sparkles" href="/quickstarts/ai-game-dev">
    Use Summer Agent to draft scenes and GDScript, then review and test the generated work.
  </Card>

  <Card title="How do I use the Summer Engine CLI and MCP?" icon="terminal" href="/mcp/cli">
    CLI lets Claude Code, Cursor, Devin Desktop install and run Summer Engine. You chat in your IDE; the AI uses MCP tools.
  </Card>

  <Card title="How do I make a PC game with Summer Agent?" icon="monitor" href="/quickstarts/pc-game">
    Build and export a Windows game with Summer Agent
  </Card>

  <Card title="How do I make a Mac game with Summer Agent?" icon="apple" href="/quickstarts/mac-game">
    Build and export a macOS game with Summer Agent
  </Card>

  <Card title="How do I make a web game with Summer Agent?" icon="globe" href="/quickstarts/web-game">
    Create a browser-playable game with Summer Agent
  </Card>

  <Card title="How do I make an iOS game with Summer Agent?" icon="smartphone" href="/quickstarts/ios-game">
    Build and export an iPhone or iPad game with Summer Agent
  </Card>

  <Card title="How do I make an Android game with Summer Agent?" icon="smartphone" href="/quickstarts/android-game">
    Build and export an Android game with Summer Agent
  </Card>

  <Card title="How do I make a console game with Summer Agent?" icon="gamepad-2" href="/quickstarts/console-game">
    Build a Nintendo Switch, PlayStation, or Xbox game with Summer Agent
  </Card>

  <Card title="How do I make a PlayStation game with Summer Agent?" icon="gamepad-2" href="/quickstarts/playstation-game">
    Build and export a PlayStation game with Summer Agent
  </Card>

  <Card title="How do I migrate from Unity to Summer Engine?" icon="arrow-right" href="/quickstarts/unity-migration">
    Rebuild your Unity project in Summer Engine with Summer Agent
  </Card>

  <Card title="How do I migrate from Unreal to Summer Engine?" icon="arrow-right" href="/quickstarts/unreal-migration">
    Rebuild your Unreal project in Summer Engine with Summer Agent
  </Card>

  <Card title="Bringing an existing Godot project?" icon="git-compare-arrows" href="/quickstarts/existing-godot">
    Use the compatibility and migration path instead of the new-creator sequence.
  </Card>
</CardGroup>

## How Do I Make Games with My IDE?

Add Summer Engine to Cursor, Claude Code, Devin Desktop, or your favorite AI-powered editor:

<CardGroup cols={1}>
  <Card title="How do I make a game with Cursor?" icon="mouse-pointer" href="/mcp/cursor">
    Add Summer Engine to Cursor. One-click or manual config. Full page.
  </Card>

  <Card title="How do I make a game with Claude Code?" icon="message-square" href="/mcp/claude-code">
    Add Summer Engine to Claude Code. Full setup guide.
  </Card>

  <Card title="How do I make a game with Devin Desktop?" icon="wind" href="/mcp/devin-desktop">
    Add Summer Engine to Devin Desktop. Full setup guide.
  </Card>

  <Card title="How do I make a game with Antigravity?" icon="rocket" href="/mcp/antigravity">
    Add Summer Engine to Antigravity. Full setup guide.
  </Card>

  <Card title="How do I make a game with Codex?" icon="code" href="/mcp/codex">
    Add Summer Engine to Codex. Full setup guide.
  </Card>

  <Card title="How do I make a game with VS Code or GitHub Copilot?" icon="square-code" href="/mcp/vscode">
    Add Summer Engine to VS Code or Copilot. Full setup guide.
  </Card>

  <Card title="How do I make a game with Zed?" icon="zap" href="/mcp/zed">
    Add Summer Engine to Zed. Full setup guide.
  </Card>
</CardGroup>

## Learn

Deep dives into Summer Engine's capabilities:

<CardGroup cols={2}>
  <Card title="MCP: Build with Cursor, Claude, Devin Desktop, Antigravity, Codex, VS Code, Zed" icon="plug" href="/mcp/overview">
    How to make games with Summer Engine from your IDE. MCP setup, CLI, API reference.
  </Card>

  <Card title="AI Operations" icon="brain" href="/ai-tools/operations">
    How Summer Engine modifies your project safely through natural language
  </Card>

  <Card title="Project Intelligence" icon="search" href="/ai-tools/rag-search">
    How AI understands your entire codebase, scenes, and assets
  </Card>

  <Card title="Asset Generation" icon="palette" href="/art-system/ai-generation">
    Create 2D art, 3D models, and audio with AI
  </Card>

  <Card title="Publishing Your Game" icon="upload" href="/publishing/overview">
    Prepare an export with the templates and toolchains installed for your target. Store submission remains creator-controlled.
  </Card>
</CardGroup>

## Knowledge Base

Common questions about Summer Engine:

<CardGroup cols={1}>
  <Card title="What is Summer Engine?" href="/knowledge-base/what-is-summer">
    The AI game engine. Build games by describing them.
  </Card>

  <Card title="Is Summer Engine compatible with my existing project?" href="/knowledge-base/godot-compatibility">
    Commit a copy first, then verify the editor, imports, plugins, native extensions, and exports against the compatibility reference.
  </Card>

  <Card title="Is my code safe?" href="/knowledge-base/privacy-and-code-safety">
    Privacy Mode is available on paid plans. When enabled, code is never stored by model providers or used for training.
  </Card>

  <Card title="How good are AI-generated assets?" href="/knowledge-base/ai-asset-quality">
    Great for prototyping and indie games. Learn the tradeoffs.
  </Card>

  <Card title="Can I make a game with just AI, no coding?" href="/knowledge-base/ai-game-dev">
    Start in natural language. Summer Agent can draft scenes and GDScript while you review, test, and integrate the result.
  </Card>

  <Card title="How do I get support?" href="/knowledge-base/support">
    Founders respond personally. Discord, email, and more.
  </Card>
</CardGroup>

## What You Can Do

Summer Engine brings AI directly into your game development workflow. Whether you want to describe a game in plain English or dive deep into engine code, Summer Engine adapts to you.

<Columns cols={2}>
  <Card title="Scene Operations" icon="layout-template" href="/essentials/first-chat">
    Describe scene changes in plain English - "Add a player that can jump"
  </Card>

  <Card title="Project Intelligence" icon="brain" href="/ai-tools/rag-search">
    AI understands your entire project - code, scenes, assets, and relationships
  </Card>

  <Card title="Specialist Agents" icon="users" href="/ai-tools/operations">
    Expert AI agents for 3D modeling, audio design, and complex systems
  </Card>

  <Card title="Asset Generation" icon="palette" href="/art-system/ai-generation">
    Generate art, models, and audio - clearly labeled as AI-generated
  </Card>
</Columns>

## For Pros and New Game Devs

Summer Engine is designed for everyone who wants to make games. It combines the ease of "vibe coding" with the power of a professional game engine.

### For Creators & Vibe Coders

* **Start in natural language**: Ask Summer Agent to draft scenes and GDScript, then review and test the result
* **Documented asset workflow**: Follow the asset-generation guide for currently supported providers, licensing, and quality tradeoffs
* **Learn as you go**: Watch how Summer Engine builds things to learn game development naturally
* **Focus on fun**: Skip the boilerplate and get straight to the gameplay

### For Professional Developers

* **Ship commercial games**: We shipped *Don't Pray* on Steam in 2.5 months using Summer Engine
* **Full Engine Access**: You have total control over every node and script
* **Code Quality**: AI writes clean, structured GDScript that follows best practices
* **Accelerated Workflow**: Handle tedious tasks instantly so you can focus on architecture and polish

Summer Engine removes boilerplate and accelerates iteration while giving you the option to dive as deep as you want. New models are evaluated before they are exposed; availability is documented instead of promised on a fixed schedule.

<Columns cols={2}>
  <Card title="Unified Workflow" icon="workflow" href="/essentials/first-chat">
    One editor, one context. Design, code, and playtest without tab juggling.
  </Card>

  <Card title="Expert AI Agents" icon="users" href="/ai-tools/operations">
    Bring in 3D or Audio AI specialists on demand. Deep help without leaving flow.
  </Card>

  <Card title="Safe AI Operations" icon="shield" href="/ai-tools/operations">
    Engine‑level edits with full undo. No surprise file rewrites.
  </Card>

  <Card title="Open Existing Projects" icon="check" href="/essentials/installation">
    Evaluate a committed copy of an existing project. Familiar formats and concepts reduce
    migration work; verify imports, plugins, native extensions, and exports against the
    current Summer Engine release.
  </Card>
</Columns>

## Ready to Build?

<CardGroup cols={2}>
  <Card title="Download Summer Engine" icon="download" href="https://summerengine.com/download">
    Get started with the AI game engine today
  </Card>

  <Card title="Browse 150+ Game Templates" icon="layout-template" href="https://summerengine.com/templates">
    Start from a template: shooter, RPG, platformer, horror, and more
  </Card>
</CardGroup>

***

Need help or have questions? Reach out to our founders at [founders@summerengine.com](mailto:founders@summerengine.com) or join our community on [Discord](https://discord.gg/yUpgtxnZky) for fast responses.
