Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 781 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 781 Bytes

Python Bounce Game

A simple bounce game created with Pygame where players control a paddle to bounce a ball and break blocks.

Features

  • Ball physics with realistic bouncing
  • Player-controlled paddle
  • Breakable blocks
  • Score tracking
  • Multiple levels

Requirements

  • Python 3.6+
  • Pygame 2.0+

Installation

  1. Clone the repository:
git clone https://github.com/manncodes/python-bounce-game.git
cd python-bounce-game
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the game:
python main.py

How to Play

  • 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