npmrun
7391d3c14c
refactor(chase): remove WelcomeScene and update ChaseScene HUD
- Delete WelcomeScene implementation from page_welcome.ts.
- Update ChaseScene HUD to improve text clarity and layout, including changes to win count and seed display.
- Adjust padding and dimensions for UI elements to enhance overall appearance and usability.
- Add new status label function for better status representation in the HUD.
Made-with: Cursor
2 weeks ago
npmrun
a0cef22eda
feat(chase): move logic under stages/games/chase, solvability
- Relocate generator/model/graph/rng/types into logic/
- Add solvability helpers and tests
- Fix vitest mock path for logic/generator after move
- Fix page_chase stage test import (page_chase.ts)
Made-with: Cursor
2 weeks ago
npmrun
e1c7d9e846
test(chase): expect edge layer in graph child count
Made-with: Cursor
2 weeks ago
npmrun
d605fadc4d
test(chase): add highlight cleanup regression across refreshes
Made-with: Cursor
2 weeks ago
npmrun
fcc7784744
fix(chase): align hud seed copy and refresh assertions
Made-with: Cursor
2 weeks ago
npmrun
1ba10c6d7e
feat(chase): finalize hud with success counter and seed display
Made-with: Cursor
2 weeks ago
npmrun
1b64c42781
fix(chase): sync result overlay label visibility with buttons
Made-with: Cursor
2 weeks ago
npmrun
059605e6c3
fix(chase): harden endgame action lock and loseReason coverage
Made-with: Cursor
2 weeks ago
npmrun
fdffd8c3d8
fix(chase): align endgame text and round transition semantics
Made-with: Cursor
2 weeks ago
npmrun
262ddbdc24
feat(chase): add endgame overlays and retry/new-round semantics
Made-with: Cursor
2 weeks ago
npmrun
b5947cfec7
fix(chase): detach seed input on scene switch via stage-change subscription
Made-with: Cursor
2 weeks ago
npmrun
9d2d061bce
fix(chase): guard seed input lifecycle and add setup reset path
Made-with: Cursor
2 weeks ago
npmrun
fb8db007b1
feat(chase): wire interactive setup controls for seed and difficulty
Made-with: Cursor
2 weeks ago
npmrun
193887a11f
test(chase): assert default setup difficulty is normal
Made-with: Cursor
2 weeks ago
npmrun
e3bb00f3c0
feat(chase): add setup panel with difficulty selection and seed input
Made-with: Cursor
2 weeks ago
npmrun
75ecb862b4
fix(chase): clean graph rerender nodes and improve scene testability
Made-with: Cursor
2 weeks ago
npmrun
d139c4867d
feat(chase): add chase scene skeleton and init entry wiring
Made-with: Cursor
2 weeks ago