A simple bounce game created with Pygame where players control a paddle to bounce a ball and break blocks.
- Ball physics with realistic bouncing
- Player-controlled paddle
- Breakable blocks
- Score tracking
- Multiple levels
- Python 3.6+
- Pygame 2.0+
- Clone the repository:
git clone https://github.com/manncodes/python-bounce-game.git
cd python-bounce-game
- Install the required dependencies:
pip install -r requirements.txt
- Run the game:
python main.py
- Use the left and right arrow keys to move the paddle
- Bounce the ball to break all the blocks
- Don't let the ball fall below the paddle
- Clear all blocks to advance to the next level