About Gamme.AI

Create games with AI, instantly.

Gamme.AI is an AI-native game engine and creator platform developed by Gamme AI LLC, a technology company incorporated in the United States.

Our mission is to make game creation faster, more accessible, and more creator-owned through artificial intelligence.

Whether you're an indie creator, educator, studio, or entrepreneur, Gamme helps transform ideas into playable games without starting from zero every time.

What is the Gamme Engine?

Gamme.AI is more than a game generator.

Unlike tools that only produce code snippets, Gamme combines an AI-powered game engine, runtime, asset pipeline, creator studios, publishing tools, analytics, and community-driven content into a unified ecosystem.

Games created with Gamme run directly in the browser today, with future targets including mobile, augmented reality (AR), and virtual reality (VR).

Why Gamme Exists

Game development remains complex, expensive, and time-consuming for many creators.

Most AI tools can generate code, but creators still need to assemble assets, configure scenes, connect gameplay systems, manage deployment, and maintain projects across multiple tools.

Gamme was created to remove those barriers. Instead of generating disconnected code, Gamme creates structured game projects that can be customized, remixed, published, and continuously improved inside a single platform.

Our Vision

Our vision is to make game development as simple as describing the game you want to build.

We believe the next generation of creators should be able to focus on gameplay, creativity, and storytelling instead of technical complexity.

Gamme is building the next generation AI game engine where creators can generate, customize, publish, and evolve games from a single platform.

AI Creation Modes

Three paths from idea to playable game — pick the workflow that fits your project.

Gamme 3

Generate from scratch with deep control over gameplay, assets, mechanics, and project structure — optimized for voxel/Blox worlds and surgical wishes.

  • Full GammeScript slot map from zero
  • Maximum creative freedom without a starter
  • Ideal for custom mechanics and Blox-heavy games

SuperGamme 2

Start from a certified starter — AI reshapes theme, mechanics, and visuals while keeping proven gameplay loops, with full Customize and Gamme 3-level wishes.

  • Certified starter → AI adaptation
  • Reliable mechanics out of the box
  • Best when you want speed + a tested loop

GammeScript & Runtime

GammeScript provides a structured way to connect assets, gameplay systems, audio, user interfaces, animations, and scene logic. The Gamme Runtime interprets and applies these systems at play time, enabling creators to build and customize games without manually wiring every component.

flappy-bird-3d-runtime.js
// [gamme.sdk.3d.blox.player]
// [gamme.sdk.sprite.ui.logo]
// [gamme.sdk.sound.flap]

GAMME.game({
  mechanic: 'impulse_gap_scroll',
  title: manifest.title || 'Blocky Flappy Bird 3D',
  slots: {
    player: '3d.blox.player',
    pipe: '3d.blox.obstacle.pipe',
    terrain: '3d.blox.terrain',
  },
  uiSlots: {
    screen_title: 'sprite.ui.screen.title',
    button_play: 'sprite.ui.button.play',
    logo: 'sprite.ui.logo',
  },
  sounds: {
    flap: 'sound.flap',
    score: 'sound.score',
    bgm: 'sound.bgm',
  },
  config: {
    gravity: -22,
    flapPower: 8.8,
    pipeGap: 3.2,
  },
  on: {
    tap: function (ctx) {
      ctx.player.flap(ctx.config.flapPower);
    },
  },
});

Community & Leaderboards

Gamme rewards both creators and players — with real credits for top community members each week.

🏆 Top Creators

Measures publishing momentum — plays and likes on your games in the last 48 hours. Shown on Explore and the Creator Directory.

⭐ Most Active Players

Measures healthy engagement — not idle grinding. Play different games, like, share, return daily, join events. Resets every week.

Weekly seasons

Each season runs until Sunday at midnight (platform time). When the week closes, credits are sent automatically: 1st place — 1,000 credits, 2nd — 600, 3rd — 300. The same prizes apply to Top Creators and Most Active Players.

Permanent Player Level (Rookie → Mythic) never resets — only the weekly board resets.

View live leaderboards →

Blox & Asset Ecosystem

The Blox system powers Gamme's asset workflow. Creators can use community assets, upload their own models, customize characters, environments, animations, sounds, and connect everything directly to gameplay systems.

The ecosystem is designed to support both AI-generated and creator-made content.

Customize Studio

Customize Studio gives creators control over their projects without requiring full project rewrites.

Adjust assets, animations, UI themes, sounds, scene configurations, gameplay parameters, and visual styles from a unified workspace.

Studio Apps

Gamme includes a growing collection of built-in creator tools designed to accelerate production. These tools work together inside the Gamme ecosystem to simplify game production workflows.

  • Blox Studio
  • Animation Studio
  • Art Studio
  • Pixel Lab
  • Audio Tools
  • Model Conversion Tools
  • Creator Utilities

Publish & Share

Publish games instantly to the web and share them with players around the world.

Creators can explore community projects, remix existing games, track analytics, and continuously improve their experiences after publishing.

Active players right now 1,284

Platforms & Genres

Available today

  • Web — play in any browser
  • AR on mobile — camera-based games on your phone
  • VR on Meta Quest — immersive browser experiences

On the roadmap

  • iOS
  • Android
  • Native AR export
  • Native VR export

Supported genres

  • Platformers
  • Racing Games
  • Shooters
  • Survival Games
  • RPGs
  • Puzzle Games
  • Educational Games
  • Simulations
  • Multiplayer Experiences

Proprietary AI Technology

Gamme is powered by a growing collection of proprietary AI systems developed specifically for game creation, alongside leading large language models.

These systems are designed to understand gameplay mechanics, asset relationships, scene composition, visual design, and interactive systems.

Gamme Genesis

Our proprietary engine for code and mechanics generation — structured GammeScript output tuned for real-time interactive games.

Banana Split

Proprietary visual AI for images, sprites, UI art packs, and in-game graphics — aligned with Gamme's slot-based asset pipeline.

The next generation of this technology, known internally as Genesis, is currently being tested as part of Gamme's long-term AI roadmap.

Built for Creators

  • AI-native game engine
  • Multiple AI creation modes
  • Browser-based publishing
  • Community remix system
  • Studio Apps ecosystem
  • Asset marketplace
  • Creator analytics
  • Web, mobile, AR, and VR roadmap
  • Structured gameplay generation
  • Creator-owned projects

Leadership

Ademir P. de Oliveira — founder of Gamme.AI

Founder & AI Engineer

Ademir P. de Oliveira

Ademir has spent more than 17 years building games, creator platforms, and artificial intelligence systems.

His experience spans game development, machine learning, computer vision, multimodal AI, developer tools, and creator ecosystems. With a background in Software Engineering and Artificial Intelligence, he founded Gamme.AI to make professional game creation more accessible through AI-assisted workflows and creator-focused technology.

Company Information

Gamme.AI is developed and operated by Gamme AI LLC, a United States technology company.

Our goal is to build the world's most accessible AI-powered game engine and empower creators to bring their ideas to life faster than ever before.