Commit Graph

3 Commits

Author SHA1 Message Date
Brian Fertig 7713089466 feat: add per-game soundtracks for multiple games
Introduce game-specific music overrides using the soundtrack service.
Adds arcadedark and hacker music packs, and wires them to Balatro,
Colorado Defense, Tempest, Mastermind, Hexsweeper, Dot Link, and 2048.
Games now lazy-load their soundtrack assets on entry instead of sharing
a single generic music cache.
2026-07-18 17:21:32 -06:00
Brian Fertig afd3dc9466 refactor(2048): simplify tile text colors to white on all dark-themed tiles
Previously, tile text colors alternated between dark (#1a1208) for lower
values and white (#ffffff) for higher values (index >= 5). This change
simplifies the logic to use white text for all tiles, reflecting a
consistent dark-themed tile design.
2026-07-11 17:46:54 -06:00
Brian Fertig 52c78ae86a Major Port 2026-06-28 19:27:29 -06:00