LOADING…

Click the game to give it keyboard focus
COMPARE · RESULTS

The same task — build a Terraria-style 2D web sandbox game — was handed to four agent × model pairs. Each ran fully autonomously with zero human course-correction. Here is what they produced and what it cost.

Claude CodeFable 5CodexGPT-5.6DeepSeek harnessV4 proDeepSeek harnessV4 flash vision
ModelClaude Fable 5 (max)GPT-5.6 (sol max)DeepSeek V4 pro (max)DeepSeek V4 flash vision exp
BuildForest SandboxMossreachTerraForestForest Sandbox
StackVanilla Canvas + JS
zero-dependency static page
React + vinext (Next.js)
SSR app (statically exported here)
Vanilla Canvas + JS
zero-dependency static page
Vanilla Canvas + JS
zero-dependency static page (procedural art)
Agent time ¹≈ 34 min27 min 55 s≈ 26 min 29 s≈ 26 min 22 s
Input tokens ²5.70 M (97.6% cached)13.22 M (97.4% cached)3.20 M (100% cached)9.1 M (99.7% cached)
Output tokens104.9 K50.0 K146.4 K160 K
Interaction1 prompt · 43 API round-trips1 prompt1 prompt · 1 turn, 26 steps1 prompt · 1 turn, 78 steps
How these numbers are measured:
¹ Agent busy time, from task start to delivery, with user idle time excluded. Claude Code also sat through a 15-minute API request timeout — a platform fault, not counted. Of Codex's 27 min 55 s, roughly 10 minutes went to deployment troubleshooting on its hosting platform, leaving about 18 minutes of development. The two DeepSeek runs are LLM time plus tool-call time.
² Raw counts as reported by each platform. Cache discounts and output pricing differ between vendors, so token counts do not translate directly into cost.
The Claude Code and DeepSeek V4 pro builds shipped Chinese in-game text; for this English edition their display strings and comments are translated at build time, while game logic, layout and art are untouched. A subjective evaluation of the results (visuals / feel / completeness) will follow.