← Reddit

Runescape x WoW built with Fable 5

Reddit · summarizeai · June 13, 2026
A RuneScape-like game was created using Fable 5, featuring 20 quests, 2 dungeons with bosses, full armor and weapon sets, a talent tree, 25 monsters, NPC camps, and three zones, all built with just 2,200 lines of code. The game is optimized for both desktop and mobile devices, currently offers single-player gameplay with progress saving, and has been deployed for public testing at blockscape.vercel.app.

Detailed Analysis

A developer leveraging Anthropic's Claude — specifically through a collaborative coding environment referred to as "Fable 5," paired with the AI-assisted code editor Cursor and the Vercel deployment platform — successfully constructed a fully featured role-playing game titled Blockscape before the Fable 5 environment became unavailable. The game draws direct inspiration from classic MMORPGs, most notably RuneScape, and includes a remarkably deep feature set: 20 quests, two dungeons complete with bosses, a tiered armor progression system spanning bronze through dragon-tier equipment, multiple weapon types, a talent tree for abilities, 25 unique monsters, NPC camps across three distinct zones, and gathering skills including mining, woodcutting, and fishing. The game is live and publicly accessible at blockscape.vercel.app, is optimized for both desktop and mobile devices, and supports persistent player progress in a single-player format.

The most striking technical detail is the scope-to-code ratio: the entire game was constructed in approximately 2,200 lines of code. For context, traditional game development at this feature depth — even for a hobbyist project — would typically require tens of thousands of lines across multiple files, frameworks, and asset pipelines. The fact that a functioning RPG with skill systems, combat mechanics, item hierarchies, and world zones was compressed into such a compact codebase speaks directly to the generative efficiency unlocked when AI coding assistants handle boilerplate, logic scaffolding, and iterative debugging in real time. The developer's workflow — pushing updates from Cursor to Vercel — reflects an increasingly standardized agentic development loop where human creative direction is amplified by AI execution capacity.

This project is emblematic of a broader trend in which Claude and similar large language models are being used not merely as writing or question-answering tools, but as active collaborators in complex software engineering tasks. The gaming domain is particularly revealing as a benchmark because games demand the simultaneous integration of data structures, game logic, UI/UX, state management, and content design — domains that historically required multi-person teams. That a single developer could replicate the essential architecture of a genre-defining MMORPG like RuneScape in a compressed codebase using AI assistance signals a meaningful shift in the ceiling of individual developer productivity.

The mention that Fable 5 "went down" before the project was fully completed introduces a notable caveat about the reliability and continuity of AI-native development environments. As developers become more dependent on specific Claude-powered tools or experimental features, the deprecation or instability of those environments carries real project risk — a friction point that Anthropic and the broader AI tooling ecosystem will need to address as these workflows mature. The developer's offer to assist others suggests early community formation around AI-assisted game development, which may accelerate knowledge sharing and further compress the learning curve for others attempting similar projects.

Read original article →