reikhelm/reikhelm-core
Parley Hatch ab195306a5 feat(core): richer default dungeon — denser rooms + loop edges
Default was a pure MST (extra_edge_ratio 0.0), which reads as a linear
chain of rooms. Retune DungeonConfig::default to min_leaf 8 / max_depth 5,
rooms 5..=11, and extra_edge_ratio 0.30 — ~17 interconnected rooms with
loops. Validation inequality still holds (8 - 2 >= 5); boundary test now
uses an explicit edge-case config since the default no longer sits on it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-28 22:53:03 -06:00
..
src feat(core): richer default dungeon — denser rooms + loop edges 2026-05-28 22:53:03 -06:00
Cargo.toml feat(core): data model + Map output contract + ASCII renderer 2026-05-28 21:10:47 -06:00