Game that will improve your reaction. Made using Java libgdx library.
Current version is only available for Windows and Android.
Potentially the game is cross-platform. It has a main (core) folder with the main game code:
https://github.com/Barahlush/balls/core/src/com/shariky
- There is a field with coloured lines in the sides.
Every color has it's area on the field. - Your task is to click on a ball, when it is in the its color zone.
For the correct hits you get points. - At the beginning you have 6 lives.
Black scale in the sides shows, how many lives do you have.
If you burst some ball in the wrong place, you lose 1 life.
If you allow some ball to fall through the bottom, you lose 2 lives. - The balls fall from the top of the screen with the increasing speed.
The speed grows with your points. - The goal is to hold out as long as you can.
- Normal
Just usual ball, filled with one solid color. Gets you 10 points when you burst it. - Killer ball
The ball with the white cross inside. Bursts all the balls of its color in the field. For each destroyed ball you gets its points. - Slowing down ball
As it is clear from the title, the ball slows down all the balls of its color. You can distinguish it by white asterisk. - Multicolor ball
A normal ball that has more than one color. To burst it you should click on it in the corresponding color zones. - Killer ball
Black ball, you will instantly recognze it. If you burst it - game over :( - Health ball
Black heart that will give you 1 life and 20 points if you catch it.
You can download apk here.