A community built an open-source MMO in a month with Claude doing most of the coding
josh_bickett · x · 2026-07-23
A community shipped a browser MMO in about a month with AI agents doing most of the coding, and the interesting part is what humans were still responsible for.
- World of ClaudeCraft is open source, free to play in any browser, translated into 22 languages, and includes nine classes, talent trees, dungeons, raids, ranked PvP, and real multiplayer on an authoritative server.
- The repo is public and most code is written by Claude, with humans and agents shipping patches most days.
- A newer pipeline turns a text prompt into a rigged, animated 3D model that is inserted into the live game end to end by a coding agent.
- The project also exposes the same deterministic game core as a headless RL environment through Gymnasium, so agents can be trained to play the game that agents built.
- The author argues that code generation quickly stopped being the bottleneck; the remaining human work is direction, taste, and avoiding destructive changes in a live system.
The project is MIT licensed and inspectable, so the claims can actually be checked.
Related event: Community Builds Open-Source MMO with AI Agents in One Month(2 posts)→
More from coding & agent
- Two real 'company brains' opened up live: Gorgias' in-house Cortex vs Slite — femke_plantinga · 2026-09-11
- The browser main thread is expensive: a practical guide to JavaScript and CSS animation cost — jh3yy · 2026-09-11
- Claude Unlimited: open-source local proxy rotates accounts and API keys to keep Claude Code sessions alive — Similar_Injury_6739 · 2026-09-11
- Inspired by OpenAI's 10,000-agent run, dev open-sources a crowdsourced agent problem-solving platform — Benjaminsen · 2026-09-11
- Lucid: open-source Mac app keeps your laptop awake only while AI agents run — Pitiful_Hedgehog_600 · 2026-09-11
- banteg's snail project crowdsources AI agents to finish matching Snail Mail's 20 remaining functions — banteg · 2026-09-11