Fan builds deterministic DCC dungeon map generator in one Python file with Claude

FairleafFarm · reddit · 2026-09-19

A Reddit user turned his Claude-based Dungeon Crawler Carl chat game into a multi-session coding project: a single Python file (stdlib only) that deterministically generates full dungeon floors — map, summary, and section-by-section breakdown (mobs, bosses, loot themes, stairwells) — from one seed. The same seed always reproduces the same floor, so it can feed a Claude project.

Key engineering notes:

Author says it could also power a TTRPG. Open-sourced at github.com/MumblesCrzy/DCCMapgen

Original post →

More from coding & agent

coding & agent channel →