Press Kit

A deterministic, single-player MUD with persistent simulation and system-driven gameplay.

"A simulated world where dialogue describes the state — it does not create it."

Quick Facts

TitleGhelmyon
GenreSimulation RPG / Text-based MUD
ModeSingle-player
PlatformBrowser-based (CLI also available)
EngineCustom Python engine (~700k lines)
DevelopmentSolo developer
StatusActive development — playtest/demo phase
Websitemaxwellcranston.com

Description (Short)

Ghelmyon is a deterministic, text-based simulation where player actions are resolved by game systems rather than scripted outcomes. Dialogue is generated from the current world state, but all mechanics — combat, reputation, inventory, and NPC behavior — are fixed and persistent.

Description (Long)

Ghelmyon is a single-player MUD built around a deterministic simulation engine.

Every action produces a typed event that mutates world state: combat resolves through dice-based mechanics, NPCs follow schedules, relationships evolve over time, and factions react to player behavior.

A language model is used only for narration and dialogue. It receives structured state and produces descriptive text, but cannot alter outcomes or introduce new game data.

The result is a system where stories emerge from interacting mechanics rather than authored scripts.

Key Features

How It Works

The game is split into two layers:

Simulation layer

Dialogue layer

This separation ensures consistency and replayability.

Example Gameplay

you> stab wolf high [Attack: Roll 72 vs 45 — Hit! 14 damage to head] [Wolf HP: 16/30]
you> steal bread [Reputation —2 (merchant)] [Guard becomes suspicious]

The mechanics are resolved first; the narration reflects the results.

By the Numbers

600 Named NPCs
590 Locations
~35k Automated Tests
~743k Lines of Python
289 Crafting Recipes
258 Quests

Development

Media

Screenshots and gameplay recordings coming soon.
For early access or press copies, use the contact details below.

Contact

Websitemaxwellcranston.com
Demomaxwellcranston.com/intro
Wikidocs.maxwellcranston.com