HomeAboutDevelopment

A Wanderer development update showing equipment and tool improvements

How Wanderer Is Made

One developer, one long road, and a toolchain built to let a single person dress a twenty-thousand-tile world by hand without going mad.

Who makes it

Wanderer is designed, built and operated by one independent developer — known on the road as Killerworm, and usually found walking it with everyone else. There is no studio, no publisher and no investor; the game answers to its players and to nobody else. Design decisions, operations and publishing all stay in the developer's hands.

The shape of the world came second

Wanderer didn't start as a corridor. The original world was a radial map spreading in every direction from a centre town — and it taught a hard lesson: with directions to spare, distance stopped meaning anything. In June 2026 the whole world was redesigned into a single east–west corridor, and everything clicked. One axis means one honest difficulty curve, a furthest-east record worth bragging about, and region borders that feel like chapters. The road has since been extended once — Zone 3 doubled its length in July 2026, adding sixteen regions from the Gilded Vale to the Forgotten Sanctum — and the changelog tells that story date by date.

Hand-built, tool-assisted

Every region, town and landmark is placed deliberately — nothing in the world is procedurally generated at play time. What makes that possible solo is tooling: an offline scene renderer that draws any stretch of the map to an image without launching the game, a density scanner that finds bare or over-cluttered stretches of corridor, town-planning dumps that render a settlement's layout for review, and dozens of small generators for props, walls and building kits. The workflow is: generate a candidate, look at it as a picture, refine the recipe, stamp it into the world, walk it in-game.

The art pipeline

Wanderer's pixel art is generated, then curated. Monsters, gear icons, avatar frames, buildings and construction stages are drawn by code — parameterised drawing routines that output sprite atlases — with every creature and set given its own bespoke drawer rather than a palette-swap. When a generated sprite isn't good enough, its recipe is rewritten until it is; the June art overhaul that replaced recolour monsters with distinct silhouettes, and the July castle set, both shipped that way. The hard technical constraint the whole pipeline respects: atlases stay within a 4096-pixel GPU texture cap so the game runs on modest phones.

AI as a workshop tool

Development uses modern AI assistance the way it uses any other tool — for pace, not for judgement. AI helps write and review code, draft art-generation recipes, balance-test systems (the smithing XP rebalance shipped with a full simulation of levelling rates), and audit the world for rough spots. Every change is reviewed, tested against the live game, and shipped — or rejected — by the developer. Nothing goes in the game because a tool suggested it; things go in because they survived being played.

Live operations, honestly small

The whole game — server, database, website and blog — runs on hardware the developer owns. Updates ship straight to the live road, usually several times a week; the in-game service worker delivers new client builds to browsers within a minute of release. Balance changes are tested with simulations and staged carefully (existing players' progress is never rewritten retroactively), and the changelog records what actually shipped rather than what was promised.

Player feedback runs the roadmap

Most of what's shipped recently started as a player report or request: locked stacks were reworked twice in one day until they matched how players actually used them; equippable tools existed as a suggestion before they existed as a feature; the smithing rebalance began with players pointing out that steel paid worse than iron. The roadmap lists what's next; the community page is where to argue about it.

Related

Last reviewed: 2026-07-15