Gameplay as a Service

The gameplay math you don't want to do

Economies. Content. LiveOps.

APIs that scale, stay consistent, and don't break. You just build the game.

See Pricing →

Flagship Product

Economy Engine

Ship your game economy in minutes, not months. Define currencies, sinks, faucets, and markets — then stress-test with 1,000 AI agents before you ship. An AI Advisor spots inflation before your players do.

  • Real-time economy with conflict-free state
  • AI Economy Advisor — detects exploits & inflation
  • Stress-test with 1,000 AI agent simulation
  • TypeScript, Unity & Unreal SDKs
See It Live →
import { GameplayGen } from '@gameplaygen/sdk';
const gg = new GameplayGen({
apiKey: 'gp_your_api_key',
baseUrl: 'https://gameplaygen.com',
});
// Set up economy
await gg.economy.defineCurrency('gold', 'Gold', '💰');
await gg.economy.defineItem('iron-sword', 'Iron Sword', {
prices: [{ currencyId: 'gold', amount: 50 }],
});
// Grant & spend
await gg.economy.grant('player_42', 'gold', 100, 'quest');
await gg.economy.purchase('player_42', 'iron-sword');

AI Economy Advisor

Your economy has a brain

Ask questions in plain English. Get answers backed by real data. Adjust your economy without writing code.

💬

Ask anything

"Why is gold inflating? Is my economy healthy? What should I change?" — just type it.

📊

Real-time insights

Analyzes your live transaction data, player wallets, and currency flows as they happen.

One-click adjustments

Toggle write access and let the AI rebalance prices, faucets, and sinks for you.

🤖

AI Advisor

Economy intelligence

Online
Why is gold inflating?Is my economy healthy?What should I adjust?
Why is gold inflating?

Gold supply grew 23% in the last 24h while sinks only consumed 8%.

The quest-reward faucet is granting 3x more than intended. I'd recommend reducing the base grant from 100 → 40.

✓ Updated quest-reward: 100 → 40
What else should I check?
Your Gini coefficient is 0.72 — wealth is concentrating in top players. Consider adding a progressive tax sink or redistributive daily login bonus.
Ask about your economy...
Send
🕵️

Grid Stealth

📝

Word Puzzles

📦

Sokoban

🔢

Sudoku

Nonogram

🏰

Dungeon Layouts

🗼

Tower Defense

🏃

Platformer Chunks

Content Generation

Content Generators

Every piece of content is verified solvable, difficulty-rated, balance-checked, and variety-ensured. From puzzles to levels — via a simple REST API call or through our SDKs.

  • 8 game types — puzzles, levels, dungeons
  • Every output validated solvable
  • Difficulty rating & balance guarantees
  • REST API + SDKs for TypeScript, Unity & Unreal
Explore Generators →

Player Retention

LiveOps

Keep players coming back. Daily challenges, seasonal events, battle passes, and timed rewards — all managed through simple API calls. No cron jobs. No spreadsheets. Just schedule and ship.

  • Battle passes with free & premium tracks
  • Daily & weekly challenges
  • Seasonal events & limited-time content
  • Integrates with Economy Engine rewards
Coming Soon
// Launch a battle pass in 5 lines
const season = await gg.liveops.createSeason({
name: "Winter Siege",
duration: "30d",
tiers: 50,
rewards: [
{ tier: 1, grant: { gold: 100 } },
{ tier: 50, grant: { gems: 500 }, item: "frost-crown" },
]
});

Live Showcases

Three simulations. One engine. Any game.

All three powered by the same GameplayGen Economy Engine — watch AI-driven economies run in real time.

🐙 The Octopus Game

1,000 AI contestants battle through a dungeon RPG economy — leveling up, looting gear, fighting PvP. Watch transactions flow in real time.

💰 Real economy⚔️ RPG combat🌋 Zone shrink🏆 Weekly tournament

🚀 Space Bazaar

200 AI merchants trade across a black market economy — smuggling contraband, cornering markets, dodging audits. A cutthroat space trading sim.

🏴‍☠️ Black market📊 Supply & demand🚨 Audits & raids💎 Rare commodities

🏗️ Cube City

500 AI citizens live in a city builder economy — earning wages, paying rent & taxes, while the mayor manages public spending.

💰 Wages & rent🏛️ Taxes🏗️ Public spending📊 Gini tracking

Simple, predictable pricing

Start free. Scale as your game grows.

Free

$0

/month

  • 100 MAU
  • Economy + Generators + LiveOps
  • 10 AI Advisor queries/day
  • Community support

Indie

$29

/month

  • 1,000 MAU
  • Everything in Free
  • Unlimited AI Advisor
  • All LiveOps features

Studio

$149

/month

  • 10,000 MAU
  • Everything in Indie
  • Priority support
  • Custom event templates