Skip to content

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

Notifications You must be signed in to change notification settings

manncodes/python-bounce-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages