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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:1f5862465b5d | 2015-03-02 | maxint | cleanup |
5:8441b390a15f | 2015-03-01 | maxint | ready for submission? |
4:8643d2d93a5f | 2015-02-26 | maxint | using line collision for paddle |
3:a68d4d515c20 | 2015-02-25 | maxint | experimenting with better bouncing |
2:0caa0607f7bf | 2015-02-09 | maxint | oops, forgot to rename a method... |
1:bf46edcd6b4f | 2015-02-09 | maxint | Some more clean-up and commenting |
0:7e989d0083ff | 2015-02-06 | maxint | First game ready for competition |