levy-street

levy-street/world-of-claudecraft

TypeScript MIT Gaming
1.6k stars
487 forks
active
GitHub +141 / week
Tracked from 705 stars · Jun 15 → 1.6k today (2×)

1.6k

Stars

487

Forks

234

Open issues

30

Contributors

v0.23.0 09 Jul 2026

AI Analysis

World of ClaudeCraft is a browser-based MMO written in TypeScript with Three.js, playable entirely client-side offline or via a PostgreSQL-backed multiplayer server, with support for training AI agents via a Gymnasium RL interface. It is a niche gaming platform for players interested in classic-era MMO mechanics and developers exploring procedurally-generated game worlds; it is not a general game engine or framework for building other games.

Gaming Application Discovery value: 6/10
Documentation 8/10
Activity 9/10
Community 8/10
Code quality 8/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 7/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

reinforcement-learning procedural-generation game-world ai-agent-training mmo
Actively maintained Well documented MIT licensed Community favorite Niche/specialized use case Beginner friendly Production ready
Deep Analysis · Based on README and public signals
2w ago

Browser-based MMO built on Claude, procedurally generated, with optional Web3 cosmetics and Gym RL integration

World of ClaudeCraft is an open-source, playable MMO that runs offline in browsers, on multiplayer servers, and as a headless reinforcement-learning environment. It features procedurally generated worlds, nine classes, raids, PvP, and optional Solana wallet integration. Created 17 days ago, it gained 609 stars in one week and appears to appeal to developers interested in game engine experimentation, Claude-based tool integration, and AI training infrastructure. Real-world player adoption is not yet documented; current traction is primarily within developer/maker communities.

Origin

Project launched 2026-06-10. Part of a small ecosystem of Claude-themed application projects (buildwithclaude, HolyClaude), but distinct in scope: a complete multiplayer game engine rather than tooling. Timing aligns with broader experimentation around procedural game generation and LLM integration into interactive media.

Growth

609 stars in 7 days suggests strong initial appeal to open-source game and AI developer communities. Rapid onboarding to similar projects (buildwithclaude at 3112 stars, HolyClaude at 2363) indicates a thematic niche audience exists. Growth rate is likely driven by novelty (complete playable MMO), comprehensive feature set (raids, PvP, procedural generation), and multi-locale support rather than organic adoption of end users.

In production

Adoption not verified. Live instance at worldofclaudecraft.com exists. Multiplayer server is operational. No public evidence of concurrent player counts, retention metrics, or player testimonials. Web3 integration (Solana $WOC token) is noted as optional and cosmetic-only; no evidence of actual token adoption or trading. Headless RL environment may be used by researchers, but not documented.

Code analysis
Architecture

Based on README: TypeScript frontend (Three.js r165, Vite 8, Vitest 4.1), PostgreSQL-backed server, headless Gymnasium RL environment binding Python agents to game engine. Same game core runs in three modes (offline browser, multiplayer server, RL). Likely uses deterministic simulation to ensure consistency across modes. Procedural generation applied to towns, creatures, spell icons, and audio at runtime. No shipped 3D assets reported.

Tests

Vitest 4.1 listed as dependency. CI pipeline present. Specific test coverage percentages not documented in README.

Maintenance

Last push 2026-06-27 03:03:02 (today relative to evaluation date 2026-06-27). Active CI/CD pipeline. PR contributions welcome, Discord community linked. Version 0.10.0 indicates early-stage active development. No evidence of maintenance backlog, deprecation, or slowing commit frequency beyond the typical pattern of a newly launched project.

Honest verdict

ADOPT IF: you are building a game engine reference implementation, training AI agents in realistic multiplayer environments, or exploring procedural generation + deterministic simulation patterns in TypeScript. AVOID IF: you need stable player retention, mature feature completeness, production-grade operational support, or monetization certainty. MONITOR IF: you are investigating how open-source games can sustain communities, or whether Web3 cosmetics can drive sustainable engagement in browser games.

Independent dimensions

Mainstream potential

3/10

Technical importance

6/10

Adoption evidence

2/10

Risks
  • Player retention is entirely unverified; rapid early adoption does not guarantee conversion to active players. Browser-based MMOs face high churn without strong social or narrative hooks.
  • Multiplayer server architecture may not scale beyond niche concurrent populations; no auto-scaling or load-balancing architecture described in README.
  • Web3 integration (Solana wallet, $WOC token) adds regulatory and custody complexity; optional status does not eliminate reputational risk if token becomes central to gameplay or monetization.
  • Procedural generation quality is difficult to assess without playing; 'almost nothing is shipped' approach may lead to poor user experience if generation algorithms are naive or produce repetitive content.
  • Project is 17 days old at evaluation date; early-stage churn risk is high. Initial developer interest may not translate to sustained contribution or long-term stewardship.
Prediction

Likely to remain a developer/researcher reference project and potential testbed for AI training, with modest but stable adoption within those niches. Mainstream player adoption depends on narrative content, social features, and content-update cadence—areas where open-source communities typically struggle. May evolve into an educational tool for game engine and RL training rather than a player-driven MMO.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

TypeScript
88.3%
JavaScript
7.1%
CSS
2.4%
HTML
1.5%
Svelte
0.6%
Shell
0%
Swift
0%
Python
0%

Information

Language
TypeScript
License
MIT
Last updated
10h ago
Created
1mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

CoderLuii

CoderLuii/HolyClaude

HolyClaude is a containerized AI development workstation that bundles Claude...

2.4k JavaScript Dev Tools
davepoon

davepoon/buildwithclaude

Build with Claude is a plugin marketplace and discovery platform for Claude...

3.2k TypeScript Dev Tools
DexterHuang

DexterHuang/CyberCodeOnline

CyberCode Online is a browser and mobile-based text MMO RPG built with React...

1.4k TypeScript Gaming
moazbuilds

moazbuilds/claudeclaw

ClaudeClaw is a lightweight daemon that extends Claude Code into a background...

1.2k TypeScript Dev Tools
RSamaium

RSamaium/RPG-JS

RPGJS is a TypeScript framework for building 2D browser-based RPGs and MMORPGs...

1.6k TypeScript Gaming
vs. alternatives
colyseus (7021 stars)

colyseus is a WebSocket-based multiplayer framework; World of ClaudeCraft is a complete game with colyseus-like networking built in. colyseus is a tool for building games; ClaudeCraft is a playable game that happens to expose game engine APIs.

davepoon/buildwithclaude (3112 stars)

buildwithclaude appears to be Claude integration tooling; ClaudeCraft is a consumer-facing game that leverages Claude in its name and ecosystem positioning but is not primarily a Claude API wrapper.

CoderLuii/HolyClaude (2363 stars)

Likely a Claude-themed development tool or chatbot framework; ClaudeCraft is a complete MMO with different appeal and technical scope.

jasonkneen/tiny-world-builder (1246 stars)

Appears to be a world-generation utility; ClaudeCraft is a full playable MMO. Complementary rather than competing.

musistudio/claude-code-router (35358 stars)

Likely a Claude-to-code routing tool; ClaudeCraft is not primarily a tool project and operates in a different category despite name overlap.