When you start the program you will get a screen that looks something like the screenshot in the previous section. The idea of the game is to remove blocks, which you do by clicking on them.
However, you can only remove a block if it is adjacent to one or more other blocks of the same color on one or more of its sides. Diagonal connections do not count. You get a random board every time you start a new game.
If you click on a block which is connected as described, it will disappear. Any adjacent blocks of the same color will also disappear, along with all of the same color adjacent to them, and so on. Any blocks above them drop down to fill the gaps left by the disappeared pieces. If you clear an entire column, all the columns to the right move across to fill the gap.
The game ends when there are no blocks adjacent to other blocks of the same colour
Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team