A classic breakout game built using Python and Pygame, where you control a paddle to bounce the ball and destroy blocks!
Features Responsive paddle controls for smooth gameplay. Dynamic block colors and increasing difficulty. Score tracking and a game restart feature. Pause/resume functionality with the P key. Enhanced collision effects and special animations.
Installation
1 Clone the repository: git clone
2 Navigate to the project folder: cd breakout-game
3 Install dependencies (ensure Python and Pygame are installed): pip install pygame
How to Play
Run the game: python breakout_game.py
Use the Left Arrow and Right Arrow keys to move the paddle.
Destroy all blocks to win.
Avoid letting the ball fall below the paddle.