Simonas Kareiva abc0fa7784 Add level 11: Advanced Anchors
`shapes:` list defines 2-3 polygons (name + sides + interior angle sum);
`copies:` is a list of 3-4 selections (with possible repetition) drawn
from the same pool. serde_yaml expands aliases on parse, so the target
is the inlined form; players using `- &name` anchors inside the list
and `*name` aliases in `copies:` produce the same Value and pass via
the semantic short-circuit.

All randomised per seed (ChaCha8Rng XOR'd with 0x..0B).

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 23:17:44 +03:00
2026-05-21 23:17: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%