feat(ui): add confirmations and terminal motion
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-12 19:44:18 -05:00
parent cc98aa180b
commit 0755213d6a
12 changed files with 263 additions and 29 deletions
+1
View File
@@ -51,6 +51,7 @@ describe('playthrough — sample world', () => {
'take lamp',
'e', // hallway → cellar-stair (triggers rat encounter)
'attack rat',
'yes',
])
expect(state.flags['ratGone']).toBe(true)
expect(state.location).toBe('cellar-stair')