3D

The AI That Makes 3D Games from Text (and What to Expect)

"Type a sentence, get a 3D game" sounds like a demo trick, but it's real — with an honest asterisk about what kind of 3D you get. Here's how text-to-3D works, which ideas turn out great, and how to write a prompt that plays well in three dimensions.

By the Arcade Sandbox team · July 16, 2026 · 5 min read

How a sentence becomes a 3D game

When you flip the 2D/3D toggle to 3D on Arcade Sandbox, two things change under the hood:

  1. A real-time 3D engine is injected into your game — a lightweight WebGL renderer with cameras, lighting, and simple shapes (boxes, spheres, cylinders, planes) that runs in any browser with no plugins.
  2. Your build runs on Claude's most capable frontier model. Spatial reasoning — where the camera sits, how the world is laid out, what "behind you" means — is the hard part of 3D, so 3D builds get Fable 5, while 2D builds use Claude Opus (more on the model routing).

The model writes the whole game against that engine: the world, movement, camera, enemies, scoring, win state. About two minutes later you're flying, driving, or dodging in a browser tab.

The honest part: what the 3D looks like

This is low-poly, geometric, arcade-style 3D — glowing shapes, stylized worlds, readable silhouettes. Think early-PlayStation-meets-neon, not Unreal Engine. That's not a limitation to apologize for; it's the aesthetic that one-file browser games do brilliantly. Prompt for "photorealistic open-world RPG" and you'll be disappointed; prompt for "a neon wireframe canyon racer" and you'll be grinning. (For the deeper honest ceiling, see 3D game maker online.)

Genres that shine in text-to-3D

▶ TYPE A SENTENCE, GET A WORLD

Watch the AI build your 3D game live — about two minutes from prompt to playable.

Build a 3D game →

3D builds run on Fable 5 · 8 tokens (2D is 4) · new accounts start with ⚡ 5 free tokens.

Prompting in three dimensions

Three details do most of the work in a 3D prompt — say them explicitly:

"A 3D endless runner, chase camera, where I'm a paper airplane gliding through an office: dodge staplers and coffee mugs, ride air vents for height, collect paper clips. Speed slowly ramps forever; crashing folds me up with a funny message."
"A first-person wave-defense game on a neon grid: geometric enemies march toward my tower from all sides, I aim and shoot with the mouse, and every 5th wave is a huge slow boss. Synthwave palette, screen shake on hits."

Revising a 3D game

Same as 2D — plain words: "pull the camera back and higher," "make the fog closer and spookier," "double the drift." The engine stays put; the AI patches the game around it. Revisions cost 3 tokens.

FAQ

Is it really 3D, or 2D that looks 3D?

Really 3D — a WebGL renderer with perspective cameras, depth, and lighting, running in the browser. No downloads or plugins.

Why does 3D cost more than 2D?

3D builds cost 8 tokens vs 4 for 2D because they run on the more powerful (and more expensive) frontier model that can handle spatial reasoning.

Can it make a specific famous 3D game?

Ask for the feeling, not the franchise: "a kart racer with drift boosts and silly items" works; cloning copyrighted games doesn't. Original ideas also just turn out better.

Will it run on a phone?

Yes — games are HTML5/WebGL and include touch controls when you ask ("with mobile touch controls" is a good line to add).

▶ THE THIRD DIMENSION AWAITS

Corridor, arena, or track — what are we building?

Make a 3D game →