Square Shuffle

Synopsis

Square Shuffle is a novel sliding block game. The game is a mixture of sliding blocks logic and Tetris. The objective is to shuffle squares of the same color, red, green, yellow, and blue, to form a line. The line will then disappear. The colors of squares are randomly generated. The game continues until the new line is filled to the top of the game matrix. You can play the game here.

Descriptions:

  1. Next new line to appear.
  2. Number of colored squares that have been dropped.
  3. Number of colored squares that have been cleared by the player.
  4. Number of lines (6 squares) that have been cleared by the player.
  5. New line being dropped.
  6. Use the empty cell (colored azure) to form a line with squares of same color.
Click New Game to start a new game.
Clear as many lines as possible before the game tops out.
Speed of new lines will continue to increase as number of cleared lines increases.
Personal best score is 61.