Color Pop 3: merging tiles on a 5x5 board
Color Pop 3 puts you on a 5x5 board with three colors. This is one of the logic puzzles where one swipe moves all the tiles, and three tiles of the same color and level along the line give points.
Move all tiles with one swipe
Your first task is to move the field so that the desired tiles are next to each other. One swipe moves all the cells all the way, so after a move the entire line changes at once. For this movement, the sliding of the entire row or column is important.
How do tiles merge on a 5x5 board?
Two tiles of the same color and level are combined into one of the next level. If the cyan, magenta and yellow tiles are next to each other along the swipe line and match in level, the trio pops and scores points. In 2048 Merge, the same principle of combining identical tiles is also important. And in Watermelon Suika Game, one move also rebuilds the field through merging.
Why is it important to monitor paint color?
The game is decided not only by size, but also by color: blue, purple or yellow must match. If you keep identical tiles side by side, it is easier to assemble the desired swipe line and not break the future trio. Therefore, it is useful to look at the colors before the next move.