Balls & Paddle game for RETRO Pong inspired game featuring multi-directional tilt-sensitive paddle, multiple balls, shrinking ceiling and a bit of gravity.
Dependencies: LCD_ST7735 MusicEngine RETRO_BallsAndThings mbed
Balls and Paddle
After doing some work on the Pong mod I decided to put my efforts into making my version object oriented and try to make a generic object-library that could be use for other ball-and-things games. To add some challenges to the gameplay, the following features were added:
- extra-free additional balls to please the juglers
- gravity for pulling the ball down to create some dynamic movement
- directional power-paddle that counters the ball with a bit more speed
- lowering ceiling to make endless gameplay impossible
History
cleanup
2015-03-02, by maxint [Mon, 02 Mar 2015 09:24:22 +0000] rev 6
cleanup
ready for submission?
2015-03-01, by maxint [Sun, 01 Mar 2015 13:58:47 +0000] rev 5
ready for submission?
using line collision for paddle
2015-02-26, by maxint [Thu, 26 Feb 2015 11:55:13 +0000] rev 4
using line collision for paddle
experimenting with better bouncing
2015-02-25, by maxint [Wed, 25 Feb 2015 10:43:41 +0000] rev 3
experimenting with better bouncing
oops, forgot to rename a method...
2015-02-09, by maxint [Mon, 09 Feb 2015 08:40:03 +0000] rev 2
oops, forgot to rename a method...
Some more clean-up and commenting
2015-02-09, by maxint [Mon, 09 Feb 2015 08:34:32 +0000] rev 1
Some more clean-up and commenting
First game ready for competition
2015-02-06, by maxint [Fri, 06 Feb 2015 10:18:41 +0000] rev 0
First game ready for competition