A simple Pygame project demonstrating bouncing balls with collision and explosion effects.
- Multiple bouncing balls
- Collision detection
- Explosion effects with particles
- Colorful visuals
- Python 3.x
- Pygame
-
Make sure you have Python 3.x installed. If needed, visit https://www.python.org/downloads/ to install it. You can verify your version by running:
python --version
-
Install Pygame:
pip install pygame
Run the main.py file.
python main.py