17 Commits

Author SHA1 Message Date
424ef3e8fd Add level 10: Vault Ledger (dynamic values)
`vault:` with four entries — decimal int gold, decimal int silver,
fractional float experience, and an ISO-8601 date string. Description
hints at hex/octal/exponent equivalents the player can write — any
form parsing to the same numeric value passes.

All four values randomised per seed (ChaCha8Rng XOR'd with 0x..0A).

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:58:25 +03:00
bac059a789 Add docs 2026-05-21 21:27:37 +03:00
aa6094fdb1 Cursor fix 2026-05-21 21:24:00 +03:00
f817c7b93e Various pre-release cosmetic fixes 2026-05-21 21:21:44 +03:00
cb0abb3e3b Move help to a separate dialog box 2026-05-21 19:26:30 +03:00
a6741da14c Replace tiers with achievements 2026-05-21 19:17:58 +03:00
4765917be4 Switch to ^X as default submission key 2026-05-21 19:00:46 +03:00
42153b1733 Add statusbar w/shortcuts 2026-05-21 18:58:54 +03:00
4b3b1ce5a0 Add typewriter effect 2026-05-21 18:52:19 +03:00
740685afc5 Add level names 2026-05-21 18:31:43 +03:00
845cad7f74 Update TUI to scroll from the bottom 2026-05-21 18:31:29 +03:00
fdcf6f3af3 Add moar emojis 2026-05-21 18:22:27 +03:00
89f7640948 Add common Rust gitignore paths 2026-05-21 18:04:44 +03:00
8647ee9a57 Tiny editor for GUI 2026-05-21 17:51:22 +03:00
3039da35fd Add level descriptions 2026-05-21 17:21:12 +03:00
19e39d220d First levels v0.1.0 2026-05-21 17:12:23 +03:00
aa9cb6ea53 YAMLabyrinth skeleton v0.0.1 2026-05-21 16:46:14 +03:00