WorkGamesLucid Cyber RPG

Games / 2025

Lucid Cyber RPG

A multiplayer text RPG where generated narrative state is expressed as branches, commits, and merge paths.

A narrative-engine proof of concept using git semantics to make AI-generated worlds durable, forkable, and inspectable.

Lucid Cyber RPG gameplay with generated story, actions, and world state
Generated narrative, player action, and state history meet in one game surface.
Role
AI game-system designer and engineer
Timeframe
2025
System
Games
  • Next.js
  • TypeScript
  • LLM
  • git-as-state
  • multiplayer
  • AI narrative

The system in context.

Lucid Cyber RPG treats each meaningful story decision as a state transition with a history. Players enter generated worlds, choose archetypes, and create narrative branches whose ancestry can be inspected instead of disappearing into a chat transcript.

The engine generates scenes, NPC dialogue, and world events while named companions keep memory across sessions. Git is not a decorative metaphor here; its branch-and-merge model is the proposed substrate for multiplayer narrative continuity.

What shipped

  • Maps story branches to commits so generated state has a durable, inspectable history.
  • Generates scene descriptions, NPC dialogue, and world events at runtime.
  • Maintains persistent memory for the named companion characters JAX, LYRA, and ECHO.
  • Demonstrates how parallel player histories could fork and later reconcile.

The numbers, with their meaning intact.

captured game worlds
6

The preserved product archive shows a cartridge library of six distinct worlds.

persistent companions
3

JAX, LYRA, and ECHO are the named cross-session companion agents.

world-state substrate
git

Branches, commits, and merges structure the narrative proof of concept.

Evidence source ↗ (opens in a new tab)

From signal to shipped system.

  1. Give every choice a lineage

    Player decisions become branches so generated outcomes retain a traceable relationship to shared history.

  2. Keep characters and worlds alive

    Companion memory and committed state carry relationships and consequences across sessions.

  3. Reconcile multiplayer stories

    Git semantics provide a concrete model for bringing divergent narrative paths back into a coherent world.