Commit Graph

2 Commits

Author SHA1 Message Date
Brian Fertig 47f16c78be feat: add level progression and background music to all games
- Introduce `src/audio.js` module for centralized music playback and cleanup
- Add background music tracks for all four games and the main menu
- Refactor game config files to support multiple difficulty levels via `levels` object
- Update game scenes to load level-specific configurations and track progression
- Add win conditions based on level-specific objectives (e.g., bugs to pass, waves cleared)
- Update HUDs to display current progress toward level completion
2026-05-09 13:49:47 -06:00
Brian Fertig b6002fed00 First Commit 2026-05-09 10:55:56 -06:00