Bubble Buster is a browser-based row-matching game that introduces a unique twist on bubble-popping gameplay. It showcases Phaser's capabilities to produce games during a time constrained game jam.
Core Gameplay Loop
- Bubble popping: Carefully choose bubbles to pop
- Row completion: Form complete rows of matching bubble colors to score points
- Pattern recognition: Players must identify optimal bubble removal sequences
- Color strategy: Managing bubble placement to maximize row-clearing potential
Technical Features
- Grid system: 2D array management for bubble positioning and row detection
- Animation tweens: Smooth bubble popping and row-clearing effects
- Input handling: Touch and mouse support for bubble selection
- State management: Tracking row completion and score calculation