The playing field is 9x9, consists of cells. Initially there are 5 balls of random color (6 colors in total) in random positions on the field. At the bottom of the screen should be a block, which will show the next in line balls (they can be 2 or 3, randomly).
It is necessary to rearrange balls of the same color in lines of 5 or more horizontally/vertically/diagonally. The rearrangement is done as follows: the first click is the choice of the ball that we want to rearrange, then, pressing on an empty cell, the ball moves into it (the movement must pass through the free cells vertically and horizontally, ie if the desired cell is blocked - the move does not count). When the ball reached the chosen cell, there is a check for the presence of a combination of 5 or more balls of the same color, if there is such - these balls disappear from the field and the player gets points (the number of disappeared balls), and if not - the balls from the bottom block of the queue appear on the field in random places (the queue is also updated).
As a variety you can add a ball of double color (then it can fit in the line of the first color and the second), gradient ball (fits in any combination), as well as dynamite (it can also be moved and if the line in which it is, it explodes and blows up the balls around him)
When there are no free squares, the game is over.
It is necessary to rearrange balls of the same color in lines of 5 or more horizontally/vertically/diagonally. The rearrangement is done as follows: the first click is the choice of the ball that we want to rearrange, then, pressing on an empty cell, the ball moves into it (the movement must pass through the free cells vertically and horizontally, ie if the desired cell is blocked - the move does not count). When the ball reached the chosen cell, there is a check for the presence of a combination of 5 or more balls of the same color, if there is such - these balls disappear from the field and the player gets points (the number of disappeared balls), and if not - the balls from the bottom block of the queue appear on the field in random places (the queue is also updated).
As a variety you can add a ball of double color (then it can fit in the line of the first color and the second), gradient ball (fits in any combination), as well as dynamite (it can also be moved and if the line in which it is, it explodes and blows up the balls around him)
When there are no free squares, the game is over.
Show More

















