The objective of the game is to clear out all of the tiles and score the maximum number of points along the way. You remove groups of tiles that have the same color and pattern by clicking on them.
  • You can only remove groups of two or more tiles that are connected (horizontally or vertically).
  • When you remove a group, any tiles above them fall down to fill in the gaps.
  • When you clear out an entire vertical column, the other columns shuffle up to fill in the gap.
  • The more tiles you remove in one click, the more you score:

    2 tiles score 2 points. 10 tiles score 90 points.
    3 tiles score 6 points. 11 tiles score 100 points.
    4 tiles score 12 points. 12 tiles score 132 points.
    5 tiles score 20 points. 13 tiles score 156 points.
    6 tiles score 30 points. 14 tiles score 182 points.
    7 tiles score 42 points. 15 tiles score 210 points.
    8 tiles score 56 points. 16 tiles score 240 points.
    9 tiles score 72 points. 17 tiles score 272 points.

  • (in general, removing N tiles in one click scores N x (N-1) points).
  • When there are no more groups of two or more tiles left, the game is over.