PixelTris: Color blocks turn into sand
In PixelTris you place falling blocks and collect colored chains. Each block crumbles into sand after landing, and the field changes after each move. One of the logic puzzles here revolves around the exact location for the next piece.
How to combine color from wall to wall
Move the block to the desired column and rotate it until the shape fits into place. Then lower the figure faster if you don’t want the sand to grow higher. When a single-color stripe reaches from the left wall to the right, the field is cleared.
As in Aqua Sort , here you need to reduce similar colors to the same result. The difference is that in PixelTris you build this result from falling figures.
How much time do you have for a combo?
After cleaning, you have 3 seconds for the next one. If you succeed, the combo multiplier grows, and each new clear brings more points. The sand remains on the field, so the free space is gradually reduced.
The race ends when there is no longer room for a new block. Like Lines 98 , even pacing and simple juxtaposition are key here. The longer you keep the field open, the greater the chance of connecting another line.