There are five(easy level) or six (difficult level) color balls in this game. When more than 5 balls with same color are in the same lines together, the user gets scores. If only 5 balls in a line together, you get 5 scores. If more than 5 balls with same color are in a line (horizontal or vertical or diagonal), then scores that you get will be much more. For example,
5 balls --> 5
6 balls --> 5 + (6-5)*2
7 balls --> 5 + (6-5)*2 + (7-5)*2
8 balls --> 5 + (6-5)*2 + (7-5)*2 + (8-5)*2
n balls --> 5 + (6-5)*2 + (7-5)*5 + ... + (n-5)*2
Have fun. If the level that you are playing is difficult level, then the score you get is double of the easy level.
Latest Version
8.272Uploaded by
Pu Nè
Requires Android
Android 6.0+
Category
Free Puzzle GameContent Rating
Everyone
Security Report
Report
Flag as inappropriateLast updated on Feb 21, 2026
Fixed bugs