Add level 7: The Floor Map (complex nested data) #4

Closed
simonas wants to merge 0 commits from level-7 into master
Owner

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

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>
simonas added 1 commit 2026-05-21 22:55:26 +03:00
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>
simonas closed this pull request 2026-05-21 23:59:43 +03:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: simonas/yamlabyrinth#4