Commit Graph

2 Commits

Author SHA1 Message Date
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
Brian Fertig 9460041867 first commit 2026-04-04 18:51:09 -06:00