Skip to content

Releases: brenio55/bouncingBallProject

Bouncing Ball 1.1

11 Dec 18:59

Choose a tag to compare

You MUST have Python installed to run this.

Run pip install pygame before executing the game.
To execute, just make python bouncingBall.py inside your command prompt.

This is a very simple bouncing ball game.
These are the levels, which are reminded by the background color:
"0" : BLUE
"1" : GREEN
"2" : RED
"3" : ORANGE
"4" : PINK
"5" : YELLOW
"6" : BLACK

The padle and ball velocity are incresead when the levels are past.
When the ball slides into the padle, that's considered a BONUS.

Have a good game, and good luck to get into the last level! ^^

Corrected bugs:

  • Text saying level atributes out of the screen size.

Any bugs, please, relate. Feel free to make your pulls requests to make the code better or to add new features.

Bouncing Ball 1.0

11 Dec 18:44

Choose a tag to compare

You MUST have Python installed to run this.

Run pip install pygame before executing the game.
To execute, just make python bouncingBall.py

This is a very simple bouncing ball game.
These are the levels, which are reminded by the background color:
"0" : BLUE
"1" : GREEN
"2" : RED
"3" : ORANGE
"4" : PINK
"5" : YELLOW
"6" : BLACK

The padle and ball velocity are incresead when the levels are past.
When the ball slides into the padle, that's considered a BONUS.

Have a good game, and good luck to get into the last level! ^^

Any bugs, please, relate. Feel free to make your pulls requests to make the code better or to add new features.