Works really great, I love the ball's rolling animation.
Would love to see some more levels though.
The only thing that's almost impossible to see in the non-scaled version is the controls, but I already knew what they were (white on grey doesn't have enough contrast).
By the way, I got a NullPointerException, but nothing crashed or hanged, very strange:
1 2 3 4 5 6 7 8
| Exception in thread "Thread-10" java.lang.NullPointerException at sun.java2d.SunGraphics2D.validateColor(Unknown Source) at sun.java2d.SunGraphics2D.<init>(Unknown Source) at sun.awt.image.SunVolatileImage.createGraphics(Unknown Source) at java.awt.image.VolatileImage.getGraphics(Unknown Source) at java.awt.Component$BltBufferStrategy.getDrawGraphics(Unknown Source) at org.newdawn.tinyroll.AppletGameContainer.loop(AppletGameContainer.java:102) at org.newdawn.tinyroll.AppletGameContainer$1.run(AppletGameContainer.java:51) |