Water Sort Strategy Guide: Plan Better Pours
Water Sort is a space-management puzzle disguised as a color-matching puzzle. The strongest move is rarely just the first legal match: it is the pour that improves the next position by preserving capacity, exposing a useful color, or freeing a bottle.
Quick answer
Ask what the pour reveals and what space remains
Keep at least one flexible destination while the board is crowded. Join connected top colors when the pour reveals something useful, and do not finish a color if that finish removes the only space needed for the remaining bottles.
These ideas describe standard connected-layer Water Sort. Separate balls use finer one-object sequencing; see Water Sort vs Ball Sort before applying this plan to a tube puzzle.
The Four-Question Pour Test
Before committing a move, score it with four practical questions. A move does not need to satisfy all four, but a move that satisfies none is usually only rearranging the problem.
Does it join a useful group?
A same-color pour is more valuable when the combined group will accept another buried layer later.
What does it reveal?
Look at the layer directly below the source top group. That new top color determines the next opportunity.
How much space remains?
Count open slots after the full connected group pours, not after an imagined one-layer move.
Can the move be undone?
A flexible temporary move has a clear next destination. A dead-end stack may consume the only buffer.
Read the Board Before the First Pour
Example board fragment
A = [2, 1]
B = [3, 1, 1]
C = []
What to notice
- Bottle B has two connected
1layers at the top. - Bottle A has only one exposed
1. - Pouring A into B joins color
1and reveals color2. - Bottle C remains empty, so the board keeps a flexible buffer.
- After A → B, Bottle B becomes full; decide whether that completed group is safe to lock.
Scan all exposed top colors, all partly filled bottles, and the layer that each legal source would reveal. Empty bottles are important, but half-filled matching bottles also provide working capacity.
Plan for Connected Top Groups, Not Single Layers
Water Sort does not always transfer one layer. The source top run pours together until the run ends or the target runs out of room. A strategy that ignores the group size can accidentally fill a bottle or consume more capacity than expected.
source = [2, 1, 1]
target = [1]
source = [2]
target = [1, 1, 1]
1 exposed in the source.Treat Empty Bottles as Working Space
An empty bottle can hold a temporary top group, uncover a buried color, and then become empty again. The goal is not to keep every bottle empty forever; the goal is to avoid spending the final flexible destination without a way to create replacement space.
Move the exposed group only when the empty bottle unlocks a useful layer.
The buried color is now visible, but the former empty bottle is occupied.
Send the temporary color to a matching destination so a buffer becomes available again.
Spend an empty bottle when...
- The move reveals a color with an immediate legal destination.
- The move completes a color and frees another bottle soon.
- The temporary group can be moved again without covering a needed color.
- The remaining partly filled bottles provide enough matching capacity.
Plan a Short Move Chain
A useful plan usually has a purpose for the next two or three actions. Do not memorize a universal sequence; describe the job each move must perform.
Move
Place the current top group in a legal destination that preserves useful space.
Reveal
Use the newly exposed color immediately or protect it from being covered again.
Recover
Regain a flexible slot, free a bottle, or finish a color without trapping the board.
When no short chain creates progress, the position may need a longer detour. Rebuild it in the Water Sort Solver and inspect the first few replay steps for the space-management idea, not just the final move count.
Finish a Color When the Board Can Afford It
Finish now
The completion creates control
- It empties the source bottle.
- It removes a color from the active board.
- Remaining buried copies already have a legal path.
- Another bottle or matching partial stack remains flexible.
Delay the finish
The partial bottle is still useful
- It is the only destination for a buried copy.
- Filling it would spend the last open slots.
- The source would reveal a color with nowhere to go.
- The move only looks tidy and does not improve access.
Completed uniform bottles are stable, but they also stop acting as temporary destinations. Completion is valuable when it simplifies the active board, not merely because it looks close.
How to Recover from a Tight Position
| Problem | Diagnostic question | Recovery idea |
|---|---|---|
| No empty bottle | Can a top group complete a partial matching bottle? | Use that completion to empty the source or create a new slot |
| Useful color is buried | Where can the covering top group move twice? | Choose a temporary destination with a clear second destination |
| All visible matches feel bad | Which move reveals a new top color? | Prefer exposure over a match that changes nothing |
| A color was finished too early | Is there another partial stack for its buried copies? | Undo or reroute before consuming the remaining capacity |
| The layout still will not move | Does the source game include helper space or another rule? | Verify the JSON and compare the game rules with the solver model |
Practice the Strategy
Use the Daily Water Sort challenge for a fixed board, then compare your decisions with a replay. The goal is to notice when a move preserved space or exposed a useful group.