Commit Graph

8 Commits

Author SHA1 Message Date
5b73daee4c Add level 7: The Floor Map (complex nested data)
Top-level `floor:` int + `rooms:` mapping where each room carries a
type, a locked flag, an exits list, and a contents list. Two rooms
picked from a name/kind pool; exits and contents drawn from typed
pools. Deterministic per seed (ChaCha8Rng XOR'd with 0x..07).

Not wired into levels::registry() yet — integration belongs to a follow-up.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 22:55:08 +03:00
f817c7b93e Various pre-release cosmetic fixes 2026-05-21 21:21:44 +03:00
a6741da14c Replace tiers with achievements 2026-05-21 19:17:58 +03:00
740685afc5 Add level names 2026-05-21 18:31:43 +03:00
fdcf6f3af3 Add moar emojis 2026-05-21 18:22:27 +03:00
3039da35fd Add level descriptions 2026-05-21 17:21:12 +03:00
19e39d220d First levels v0.1.0 2026-05-21 17:12:23 +03:00
aa9cb6ea53 YAMLabyrinth skeleton v0.0.1 2026-05-21 16:46:14 +03:00