Sameness is a version of a classic puzzle game. The object is to get as high a score as possible by removing clusters of same-colored balls from a grid.

Move the cursor and select a ball. If the ball is part of a cluster of two or more same-colored balls, the entire cluster will be removed. The game is completed when there are no clusters of two or more balls left on the grid.

For each cluster removed, you will get the (n-1)^2 points, where n is the number of balls in the cluster. Therefore, you get no points for clusters of only 2 balls. You will get a 1000 point bonus for leaving no balls on the grid when the game is completed.

This MIDlet requires a Java ME enabled device with CLDC 1.0 and MIDP 1.0 support.