abc0fa77843c9bb41d5501fd8b1deacebf0ca7b4
`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>
Description
Languages
Rust
100%
