Skip to content

Bouncing Ball 1.1

Latest
Compare
Choose a tag to compare
@brenio55 brenio55 released this 11 Dec 18:59
· 1 commit to master since this release

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.