Add level 7: The Floor Map (complex nested data) #4
Reference in New Issue
Block a user
Delete Branch "level-7"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Top-level
floor:int +rooms:mapping where each room carries atype, 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
Pull request closed