Your LLM bill, now a pixel-art soap opera
WorldX turns one sentence into a self-running simulation of AI agents who gossip, scheme, and remember grudges without a script.

What it does Feed WorldX a sentence like “cyberpunk ramen shop where hackers trade secrets” and it spawns a pixel-art world: LLMs design the map, draw the characters, then drive them as autonomous agents who make decisions, form relationships, and generate dialogue. You watch, or play god by injecting events or rewriting memories.
The interesting bit The project splits LLM labor across four specialized roles—world designer, image generator, visual critic, and runtime simulation engine—so you can mix cheap models for high-frequency simulation with expensive ones for world-building. It’s a practical admission that running LLM agents continuously is a billing problem dressed up as an architecture problem.
Key highlights
- One-sentence prompt → procedural map + character sprites + emergent narrative
- Persistent memory and personality per agent; multi-day time cycles
- “God mode” for real-time intervention: broadcast events, edit memories, or roleplay with any character
- Timeline system: fork the same world into alternate histories
- Phaser 3 + React 19 frontend; SQLite backend; OpenAI-compatible API routing
- Alpha stage, ships with two pre-built demo worlds for quick testing
Caveats
- Requires four separate LLM configurations (or one OpenRouter key); setup is more involved than typical “one-click” AI demos
- Alpha status means core features work but polish is ongoing
- Heavy reliance on proxy/TUN mode for Chinese network environments; README dedicates a full section to debugging
fetch failederrors
Verdict Grab it if you want to prototype emergent narrative systems or study multi-agent LLM architectures without building the plumbing. Skip if you’re looking for a finished game—this is a simulation engine with a frontend, not a product.