For the complete documentation index, see llms.txt. This page is also available as Markdown.
GAME CREATORS

⚙️Game Creators

The Game Creator Program is the system that allows anyone to become a builder inside Looplay.

Instead of traditional game dev tools, you work with two things: Looplay's AI Agent, which builds the game with you, and the open Looplay SDK, which connects your game to the platform's economy.

Building with the AI Agent

  1. Describe your game

  2. Set the core mechanics

  3. Let the AI generate it

  4. Test and refine

  5. Launch and distribute across Looplay's platforms

The AI handles the heavy lifting: game logic, structure, and generation. You focus on what actually matters: the idea, the gameplay, and making it fun. The goal isn't to replace creativity. It's to remove the friction that slows it down.

What the SDK does

The Looplay SDK (@looplay/sdk on npm) is a lightweight layer that connects any game to Looplay:

  • Player tracking. Views, play sessions, matches, and custom game events, all verified server-side. This is what powers quests, rewards, and points.

  • Your game's store. Sell in-game items for Coins directly inside your game. No backend of your own required.

  • Works anywhere. Your game can live on Looplay or be published on your own site. The same code runs in both places. (Play only counts toward quests and rewards when it happens inside Looplay.)

  • Zero build step if you want. A drop-in script tag is enough to integrate.

If the AI built your game on Looplay, the SDK is already wired in. If you built your game elsewhere, integration takes a handful of calls.

You build and publish through your creator dashboard. The SDK connects your game to Looplay's economy: tracking, rewards, and your in-game store. Distribution across platforms happens automatically once you publish.

Last updated

Was this helpful?