Commit Graph

3 Commits

Author SHA1 Message Date
Brian Fertig 94d4927cdd feat: replace monospace font with ArcadeClassic across all games and scenes
- Add ArcadeClassic font-face definition in index.html
- Update fontFamily in all Phaser text objects to use 'ArcadeClassic, monospace'
- Applies to all game scenes (BurliKong, CodeBugInvaders, ColoradoDefense, DotDude, SmashOut, Vortex) and UI scenes (GameManager, GameOver, LevelComplete, MainMenu)
- Ensures consistent arcade-style typography throughout the application
2026-05-09 21:01:13 -06:00
Brian Fertig d39249e9c8 feat: add Burli Kong game mode with sprite animations and level select
- Add Burli Kong game with animated Kong sprite and idle animations
- Implement ladder-based barrel falling mechanics (50% chance)
- Increase barrel speeds across all levels for improved difficulty
- Add HTML mode selector to MainMenu for switching between games
- Propagate selectedGame through GameManager and LevelComplete scenes
- Move Kong rendering from gfx to sprite-based with proper depth layers
- Fix HUD lives text positioning
2026-05-09 20:53:13 -06:00
Brian Fertig afb95c91d1 feat: add BurliKong game to the game pool
- Import BurliKong scene and add it to the Phaser game configuration
- Register BurliKong in the GameManager's display name map
- Include BurliKong in the game pool within game.json
- Bump cache version for game config to ensure fresh load
2026-05-09 19:54:57 -06:00