Press Kit

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

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

Quick Facts

TitleGhelmyon
GenreSingle-player narrative RPG / Text-based simulation
ModeSingle-player (play in-browser or self-host)
PlatformBrowser-based (CLI also available)
EngineCustom Python engine (~1.3M lines, ~42% of it the test suite)
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 narrative RPG 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

1637 Named NPCs
1557 Locations
~62k Automated Tests
~1.3M Lines of Python (~42% tests)
303 Crafting Recipes
368 Quests
41 Skill Trees
13 Classes
97 Spells
125 Creatures
11 Factions
222 Combat Moves

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