> For the complete documentation index, see [llms.txt](https://docs.looplay.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.looplay.gg/game-creators/create-game-in-looplay.gg.md).

# Create Game in Looplay.GG

Game creation in Looplay is powered by a combination of **AI and the open SDK**.

The process is simple on the surface, but structured underneath

### **Option 1: Create with the Looplay AI Agent**

Building a game on Looplay feels like texting a friend who happens to be a game developer.

1. **Tell the AI your idea.** Type what you want in plain language. No forms, no jargon. If you can describe it, you can build it.&#x20;

*`Ex: "a dinosaur runner where you dodge rocks and collect coins".`*

2. **See your game instantly.** Your game appears in the Preview panel right next to the chat, playable immediately. Don't like something? change it: `"make it faster", "change the background to night".` The AI updates it, and you see the result live.
3. **Add your own touch.** Drop in your own images, sounds, or music, or ask the AI to generate artwork for you. You can also set up your game's own store, selling things like extra lives, with zero code.
4. **Submit for review.** When your game is ready, submit it, yhe Looplay team takes a look to make sure it's good to go.
5. **Go live.** Once approved, your game publishes to the Game Hub for real players. Tracking, rewards, and Alpha Points are already built in.

### **Option 2: Add your own game with the Looplay SDK**

Already have a game, or prefer building with your own tools? Bring it over.

1. **Sign up and add your game.** Create a creator account, use "Add your game", and get your game's keys.
2. **Install the SDK.** Install `@looplay/sdk` via npm, or drop in a single script tag.
3. **Link your game to Looplay.** A few calls connect play sessions, matches, and rewards, all verified server-side. Optionally add an in-game store, no backend needed.
4. **Submit for review.** Send your game in for a quick check by the Looplay team to confirm it's ready for players.
5. **Go live.** Once approved, your game publishes to the Game Hub, and your players start earning quests, rewards, and Alpha Points. Your game can even keep running on your own site with the same code.

<br>

The full creation loop looks like this:

> **Idea → Test → Launch → Players → Optimize**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.looplay.gg/game-creators/create-game-in-looplay.gg.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
