iPuzzle/js/state
Brian Fertig 8b30269b56 feat: add saved puzzle persistence and fullscreen support
- Introduce StorageManager API for tracking current room (`saveCurrent`, `loadCurrent`, `clearCurrent`)
- Persist active puzzle state when joining/creating; restore on main menu load if incomplete
- Add Continue Puzzle button that only activates when a valid saved puzzle exists
- Implement Enter Fullscreen button with dynamic state handling and event listeners
- Adjust logo/sub-logo animation positions for cleaner visual flow
- Clear saved puzzle data on new puzzles or completion to avoid stale state
2026-04-05 10:42:53 -06:00
..
PuzzleState.js Add new puzzle assets (12 images + thumbnails), background selection UI, and persistent background state 2026-04-04 20:44:43 -06:00
StorageManager.js feat: add saved puzzle persistence and fullscreen support 2026-04-05 10:42:53 -06:00