Skip to content

Ball Runner V2

Latest
Compare
Choose a tag to compare
@PranavAmarnath PranavAmarnath released this 27 Dec 01:56
· 22 commits to master since this release
acf2ee1

Ball Runner V2 is out!

Not many changes since the alpha version (I haven't kept track).

1) Make the ball and obstacle start faster but decrease the speed increase. (TL;DR: change in gameplay.)
2) Create a pause mechanism when color is chosen and add pause menu item.
3) Complete redesign with Billy's new ball jump implementation (which is much shorter so it'll probably go quickly)
4) Levels
5) Welcome screen (but with CardLayout for better GUI)
6) Restart menu item (so that they don't have to close the application to restart)
7) Preferences menu (for changing color of ball and obstacle)
8) Incorporate all resources (images, sounds etc.) from V1
9) Add checkbox for enabling/disabling background sound. Sound enabled by default.
10) Added support for JDK11 (-> Minimum Version).
11) Added executable JAR -> use "jarexample_JDK11.jar" as that can be used with ≥JDK11

I think those are all the changes since V1.
See the README for more details.
Log issues in the Issues section on GitHub.

Enjoy!
Billy Goat (PranavAmarnath)