Welcome to the classic Bubble Shooter game recreated in Python using Pygame — now with smooth animations, arcade-style sounds, and addictive gameplay.
- 🎮 Classic bubble shooting mechanics
- 🔊 Arcade-style sound effects and background music
- 🎯 Real-time aiming with arrow controls
- 🎨 Color-matching & popping bubbles
- 🧠 Smart logic for row drops and new bubble addition
- 🖼️ Simple and clean UI using
pygame.gfxdraw
- Use Left and Right Arrow Keys to aim
- Press Spacebar to shoot the bubble
- Match 3 or more bubbles of the same color to pop them
- Prevent bubbles from reaching the bottom of the screen
| Key | Action |
|---|---|
| ← | Move arrow left |
| → | Move arrow right |
| Spacebar | Shoot bubble |
| ESC | Quit the game |
- Python 3.x
- Pygame
Install dependencies with:
pip install pygame