The Ball Game
View the Javadoc for this project.
Download the source code for this project.
Notes on current implementation
- There are currently very few levels and no sound effects. This is not intentional, I did have 7 extra levels
all ready to go and some delightful sound effects. However, about a year ago I made the fatal flaw of using NetBeans.
Netbeans has a "feature" that cleans your project directorys. This seems bugged and just deletes whole stacks of
material it might not have detected yet - this button is directly beneath the "build" button and I didn't back up immediatele
after making the new levels :(
More levels ARE coming, as are sound effects, but I have sacrificed alot of university time to get this game into any sort of presentable state and now cant spare the time in such bulk. More levels will be added with time, but for now this will have to be shown as a demo of my potential.
Just know that I recognise the importance of sound effects and variety in level design.
- Collision Detection can be a bit sketchy at times. It seems to effect bigger objects more. Im looking into the cause!