Tell us what's in each flask, and we'll return the shortest sequence of pours to clear the level — including stages where the bottom layers are still hidden.
Start SolvingSelect the focused tube then tap a color — or use number keys. Hit ✨ Solve when ready.
⚠️Add some colors to your tubes to start solving.
⚠️Add some colors to your tubes to start solving.
Water Sort Puzzle (popularized by IEC Global's Water Sort Puzzle and Sort Water Color clones with hundreds of millions of installs) replaces discrete game pieces with stacked layers of colored liquid in glass flasks. Its defining mechanic is the pour rule: when you transfer liquid from flask A to flask B, every consecutive layer of the same color on top of A moves together — provided B has matching color on top (or is empty) and enough headroom. A single well-placed pour can dump four units of green at once; the wrong target can lock up your only workspace by mixing colors that can no longer be separated. ChromaOracle simulates every legal pour with breadth-first search and returns the path that uses the fewest pours.