Simonas Kareiva f0a7992626 Add level 9: Merge Keys (special operators)
`door_defaults` plus `north_door` and `south_door`, each containing a
`<<:` key whose value is the defaults dict. north overrides locked,
south overrides material. serde_yaml treats `<<` as a literal mapping
key, so the target and a player's `<<: *defaults` form parse to the
same Value.

Default material/locked and which side overrides which are randomised
per seed (ChaCha8Rng XOR'd with 0x..09).

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:56:44 +03:00
2026-05-21 18:04:44 +03:00
2026-05-21 21:21:44 +03:00
2026-05-21 21:21:44 +03:00
2026-05-21 21:21:44 +03:00
2026-05-21 21:27:37 +03:00
2026-05-21 21:27:37 +03:00

YAMLabyrinth

A text dungeon game that teaches you YAML.

screenshot

How to start:

cargo run
Description
No description provided
Readme 302 KiB
Languages
Rust 100%