← Reddit

I vibecoded the second MMORPG with Fable 5 (sorry, World of ClaudeCraft)

Reddit · Equivalent-Yak2407 · July 11, 2026
An MMORPG called Migla was built using Fable and features RuneScape-style skilling gameplay in a shared town where players can chop trees, fish, forge items, and fight machines. The developer created the game in nine days by providing plain-language feedback to agents who then implemented the features, resulting in an open-source project playable for free on web browsers and mobile phones.

Detailed Analysis

A developer using the handle skridlevsky has released Migla, a browser-based MMORPG built with Fable, an AI coding agent platform, marking what the creator describes as the second such AI-vibecoded MMORPG following an earlier project nicknamed "World of ClaudeCraft." Migla is a lightweight, RuneScape-inspired skilling game set in a shared cozy town where players chop trees, fish, forge items, battle small rogue machine enemies, and interact with other players in real time. The game is playable for free at play.migla.gg, works on mobile devices, and is fully open source under an MIT license on GitHub. The most striking claim in the post is the development timeline: the creator says the entire game was built in nine days, largely by playing the game themselves and issuing plain-language feedback—such as "the edge of the world should be mist you dissolve into"—which coding agents then implemented directly.

This project is a concrete illustration of "vibecoding," a term that has gained currency in 2025 to describe a development style where a human directs AI coding agents through conversational, often impressionistic feedback rather than traditional specifications, tickets, or detailed technical requirements. Rather than writing code or even formal design documents, the creator acted more like a creative director or playtester, expressing subjective, aesthetic reactions to the AI, which then translated those reactions into working game mechanics, art direction, and systems. This represents a meaningful shift in how software—and specifically complex, stateful, multiplayer systems like MMORPGs—can be produced, compressing what would traditionally be a multi-month or multi-year development effort involving teams of engineers, designers, and artists into a solo effort measured in days.

The significance extends beyond the novelty of a fast-shipped indie game. MMORPGs are historically considered one of the more technically demanding genres to build, requiring persistent world state, multiplayer networking, anti-cheat and economy balancing, and iterative content design based on player behavior. That AI agent platforms like Fable (and, implicitly, Claude-based tooling referenced in the "ClaudeCraft" naming) can now support this kind of iterative, real-time creative development suggests that agentic coding tools have matured to the point where they can handle not just isolated code generation tasks but sustained, multi-day creative collaboration with a non-technical or lightly technical human directing tone, feel, and mechanics through natural language rather than formal specs.

The framing of this as "the second MMORPG" built this way, along with the closing invitation—"who's building the third?"—signals an emerging informal genre or challenge within the AI developer community: using agentic coding tools to rapidly prototype and ship full games as a benchmark or demonstration of agent capability. This mirrors broader trends across the AI industry in 2025 and into 2026, where coding agents from Anthropic, OpenAI, and others are increasingly evaluated not just on benchmark performance but on their ability to autonomously execute extended, open-ended creative and engineering projects with minimal human oversight. The open-source MIT licensing of both Migla and its predecessor also reflects a culture of transparency and replicability within this community, allowing others to inspect, fork, and build upon the agent-driven codebase, further accelerating a feedback loop where AI-built projects become templates and inspiration for the next wave of similarly constructed applications.

Read original article →