mrkeyoor.com_
Tue 01 Sept 17:46 UTC
Self-Hostedevaluationupdated 30 Aug 2026

world-of-claudecraft review

World of ClaudeCraft is an English, browser-based multiplayer role-playing game with an authoritative server, an offline mode, and a Gymnasium environment for training agents against the same simulation. It is playable on the hosted world, can be self-hosted with Docker Compose, and includes optional Solana wallet and token features.

+14 / 3dstars / 7d
Verdict

Our World of ClaudeCraft build finished in 31 seconds, but its tests were still running at the 900-second cap after a 2,253.5 MB checkout. Play it if the browser MMO interests you, and study it if a shared deterministic sim or Gymnasium bridge matches your work. Self-host or fork it only after budgeting for the large tree, production services, long validation cycle, and asset licenses that sit outside the MIT code license.

We ran it

Lab card: what happened when we ran world-of-claudecraftScreenshot of world-of-claudecraft (worldofclaudecraft.com)
Install✓ · 49s1 packages · 1249 MB
Build✓ · 31s
Tests✗ timed out · 900sran, no count parsed
Repo14885 files~2,760,398 lines of source · 2253.5 MB · 6 CI workflows · Dockerfile · tests dir

Answers from our run

Does world-of-claudecraft build from source?

Dependencies installed in 49 seconds (1 packages), and the build succeeded in 31 seconds. We cloned commit 57025e0 into a clean Debian container with 3 CPUs and no project-specific setup.

Do world-of-claudecraft's tests pass?

We could not finish them: the suite was still running after 15 minutes in our container.

Who should not use world-of-claudecraft?

Contributors looking for a small codebase or quick test cycle: our checkout was 2,253.5 MB, and the test command hit the 900-second cap.

What are the alternatives to world-of-claudecraft?

Luanti, Veloren, BrowserQuest. Our World of ClaudeCraft build finished in 31 seconds, but its tests were still running at the 900-second cap after a 2,253.

Setup2/549-second install, 1,249 MB dependencies, and a 900-second test cap
Docs5/5Detailed play, hosting, architecture, QA, security, and license guides
Community5/52,213 stars and active August 2026 issue and pull request traffic
Maturity3/5v0.40.1 ships widely, but it is pre-1.0 and tests timed out

Who it’s for

Players who want a free classic-style MMO that runs in a browser or native shell.
Game developers studying one deterministic TypeScript simulation shared by browser, server, and reinforcement-learning hosts.
Self-hosters willing to operate Postgres, WebSockets, secrets, backups, and a TLS reverse proxy.
Researchers who want a Gymnasium wrapper around the actual game simulation rather than a separate toy environment.

Who it’s NOT for

Contributors looking for a small codebase or quick test cycle: our checkout was 2,253.5 MB, and the test command hit the 900-second cap.
Fork owners assuming MIT covers every shipped asset: the README excludes purchased icons, some sounds, commissioned art, brand marks, and other permission-only media from general redistribution.
Operators who want a one-container hobby server with no security work: remote hosting needs Postgres, TLS, WebSocket proxying, private health and metrics routes, and production-safe environment settings.
Players who avoid token and wallet systems on principle: $WOC and Solana are optional, but they are part of the hosted game's store, rewards, and marketplace design.
Users on memory-constrained graphics hardware who expect settled client behavior: open issue 3750 investigates retained heap after WebGL context rebuilds.

Setup reality

Our pnpm install succeeded in 49 seconds and left 1 package plus 1,249 MB on disk. The build passed in 31 seconds. Tests ran until the 900-second cap; the log ended with ECONNREFUSED on 127.0.0.1:3000, while surface_texture_ktx2.test.ts reported 24 passing tests.

Offline development needs Node.js 26 and pnpm 10.34.5 according to CONTRIBUTING.md. Multiplayer adds Postgres 16, a database password, Docker or a local server, and separate client and server processes. Remote hosting needs TLS and WebSocket proxying.

The checkout was 2,253.5 MB across 14,885 files and about 2,760,398 source lines before installed dependencies. It includes 6 CI workflows, a Dockerfile, Compose, and a tests directory, but the full test target did not finish in 15 minutes on our box.

One simulation runs in the browser, server, and RL environment

World of ClaudeCraft uses the same game core in 3 places: an offline browser world, an authoritative multiplayer server, and a headless reinforcement-learning environment. The simulation runs at a fixed 20 Hz and routes randomness through a seeded generator. Renderer and interface code talk through an IWorld boundary rather than reaching into one concrete host. That avoids maintaining a second simplified world for agents.

The player-facing scope is much larger than the architecture summary suggests. The README describes 9 classes, dungeons, raids, professions, guilds, arenas, a player market, achievements, native desktop and mobile shells, and 22 locales. Our clone contained 14,885 files and about 2,760,398 source lines. This is closer to a live game studio repository than a tutorial. Reading one subsystem can be rewarding, but nobody should expect to understand the whole tree during a weekend fork.

The 31-second build hides a 2.25 GB checkout

Our lab cloned commit 57025e0 into an unprivileged Debian container with 3 CPUs and 8 GB of RAM. The repository occupied 2,253.5 MB before dependency installation, already larger than many complete development environments. Pnpm finished in 49 seconds and reported 1 installed package, while the resulting dependency area used 1,249 MB. That unusual package count comes directly from the lab record; we are not recasting it as a normal dependency inventory.

The production build succeeded in 31 seconds. That is an encouraging result for such a wide TypeScript project, although it covers compilation rather than a running multiplayer world. The scan found a Dockerfile, a Compose file, 6 CI workflows, and a tests directory. Build success says nothing about Postgres migrations, account flows, WebSocket behavior, the wiki service, native packages, or optional economy services under live load.

What happened when we ran it

Our test command did not finish before the 900-second limit. The tail showed a connection refusal at 127.0.0.1:3000, then reported surface_texture_ktx2.test.ts passing 24 tests in 48 ms. We cannot tell from those final lines which earlier test expected the local service, how much of the full suite completed, or whether starting another process would have resolved it. The result is a timeout, not a pass with one harmless warning.

Self-hosting starts with Compose and ends with operations

The shortest multiplayer path copies .env.example, sets a long Postgres password, and runs Docker Compose. Port 8787 serves accounts, characters, and the world. Remote deployments must put TLS in front, proxy WebSockets, and keep health and metrics endpoints away from the public edge. The documentation warns never to enable ALLOW_DEV_COMMANDS=1 in production because it exposes the cheat commands used by test bots.

Development outside Compose needs Node.js 26 and pnpm 10.34.5 according to the current contributor guide. Postgres 16 listens on a separate development port, while the game server and client run as separate processes. The example environment continues past a database password into wiki credentials, retention rules, email, media storage, and optional marketplace services. A private server can leave many integrations disabled, but its operator still owns updates, backups, abuse controls, and player data.

MIT covers the code, not every asset in a fork

The repository's source code is MIT licensed, yet the README carves out several media categories. Purchased CraftPix ability icons cannot be redistributed under the project grant. Some sound effects are noncommercial, commissioned store and prestige art reserves its rights, and third-party brand marks keep their owners' terms. The credits register is the source of truth, and the README says an unrecorded media asset should not be treated as free.

A public fork therefore needs an asset audit even though GitHub labels the repository MIT. The 2,253.5 MB checkout makes that more than a paperwork footnote because media is a meaningful part of what ships. Reusing simulation code is straightforward under MIT; redistributing the complete branded game is a different proposition. Replace excluded files, obtain matching licenses, and remove the World of ClaudeCraft and Levy Street branding before assuming a commercial fork is clean.

Optional Solana features still shape the product

Players can use the game without a wallet, according to the README. The hosted design nevertheless includes a Solana-linked $WOC balance, cosmetic holder status, daily rewards, a store currency, and a player marketplace. Version 0.40.1 release notes say the hosted Exchange moved live, while the self-host configuration keeps the market disabled unless an operator supplies its services and enables it.

That split means the code carries payment, wallet, marketplace, and legal surfaces even when a server leaves them dark. Security reports must be private, and the policy names authentication, tokens, anti-cheat, admin tools, payments, and wallets as sensitive areas. Teams that want a traditional MMO without crypto should confirm that disabled features stay absent from their interface and operating procedures.

Daily activity does not make pre-1.0 code settled

GitHub recorded 2,213 stars, 705 forks, and 407 combined issues and pull requests when fetched. The last push was August 29, 2026, and new reports and pull requests arrived that day. Release v0.40.1 was published August 26. Those dates show an active release process; the combined open count is not a defect count. The security policy still calls the project pre-1.0 and supports only the latest release plus the active release branch.

One current issue investigates memory retained after WebGL context loss and renderer rebuilds. The report presents production observations and a hypothesis rather than claiming a proven cause. It also shows the kind of client problem a live game encounters. World of ClaudeCraft is credible to play, but running or changing it responsibly requires more patience than its one-command hosting headline suggests, especially when our own test process was unfinished after 15 minutes.

Alternatives

ProjectWhat it isPick it when
LuantiA mature open-source voxel game engine and modding platform.pick this instead when user-created games and a long-running mod ecosystem matter more than a ready-made MMO campaign.
VelorenAn open-world voxel RPG whose GitHub repository mirrors its GitLab development.pick this instead when you want a native Rust game with an established open-world RPG focus and can work through its GitLab project.
BrowserQuestA maintained continuation of Mozilla's smaller browser multiplayer RPG.pick this instead when a simpler web game is easier to understand, fork, and host than a full MMO platform.

What people are saying

  1. [github-trending] levy-street/world-of-claudecraft

Sources

  1. World of ClaudeCraft repository and README
  2. World of ClaudeCraft contributor guide
  3. World of ClaudeCraft v0.40.1 release
  4. Issue 3750: WebGL context rebuild memory investigation
  5. World of ClaudeCraft security policy
  6. World of ClaudeCraft commit 57025e0

More self-hosted reviews

v2 · OpenShell · wigolo · Mindwtr · club-3090 · reclip · the whole board →