Hi there,
I am new to Java game programming and have made a game for Android using the Java LibGDX framework.
It is a twist on the classic Arkanoid/Breakout concept.
Instead of controlling a paddle at the bottom of the screen, here you directly control the movement of the ball. It is possible(and necessary) to curve and arc the ball in mid-air. It is a simple game with intuitive controls.
Only blue bricks should be hit and red bricks should be avoided as much as possible.
A maximum of three red bricks can be hit per level(hitting red bricks is unavoidable in some levels). Hitting all the blue bricks will clear the level.
Sample Screenshots:
I’ve published it to the Android Market/Google Playstore just recently.
Link https://play.google.com/store/apps/details?id=com.myandroid.brickslammer
[qr]https://play.google.com/store/apps/details?id=com.myandroid.brickslammer[/qr]
Please try it and review it or provide some constructive criticism if you think something can be improved. Thanks.