Skip to content
CKGamez
Log in

About water sort solve puzzles

The player is presented with several bottles containing stacked layers of colored liquid. The goal is to sort the liquid so each bottle contains only one color. To move liquid, select a bottle to pick up its top layer, then select another bottle to pour it into. A pour is only allowed if the target bottle is empty or its top color matches the liquid being poured, and there is enough free space. The game ends when all bottles are monochrome, with empty bottles as needed.

The challenge comes from limited empty bottles and the need to plan sequences. A careless pour can trap a needed color under an incompatible layer, forcing backtracking. Early levels introduce few colors and bottles, but later puzzles add more colors and require careful use of empty containers as temporary holding spaces. The lack of a time limit encourages methodical thinking, but undoing a mistake may require restarting the level. It's a classic sorting puzzle with a satisfying, clean visual style.

Tips to win

  • Keep at least one empty bottle as a buffer for reorganizing.
  • Focus on clearing a single color completely rather than making partial progress on several.
  • If stuck, try to reverse recent moves by pouring back to the original bottle, or restart the level.