About Bubblet

Bubblet is a simple game. There are columns of bubbles of 4 different colors. If there are at least two adjacent bubbles of the same color, clicking on them will select them. Clicking on the selected bubbles will pop them! When the bubbles pop, any bubbles above them will drop down to fill the empty spaces. The bubbles will also shift to the right to fill any open spaces.

When a column of the board has been emptied, a new column with a variable number of bubbles of random colors will replace it. It will appear on the left of the board at first, and then immediately shift to the right as necessary. I'm still working on the visual effects; I don't have as much control of the appearance of the new column as I would like.

Scoring

You get points for popping bubbles. The number of points depends on the number of bubbles popped at once. When you select a group of contiguous bubbles, the bottom of the screen will show you the points you will receive if you pop that group. If you're interested, the formula for bubble points is: n * (n-1), where n is the total number of bubbles in the selected group.

End of Game

When there are no longer any adjacent bubbles of the same color, the game is over.

Screenshot