Color sort games come in many themes: liquids, balls, nuts, sand, hoops, and more. Because nearly every variant sorts colors inside tube-shaped containers, the whole genre is also commonly called Tube Sort. If you are stuck, the most important thing to know is this: the puzzle logic is usually the same even when the art style changes.
One solver for Water Sort, Ball Sort, Nut Sort, and Bolt Sort.
What Is a Variant in Color Sort Games?
A variant is a themed version of the same core puzzle structure. The objects may look different, but the board still uses containers with stacked colors and legal top-layer moves.
In most standard variants, your goal remains identical: sort colors so every container holds only one color or is empty.
The Core Rules That Stay the Same
Most color sort variants share these rules:
- You can move only the top item from one container.
- You can place it only into an empty container or onto the same color.
- Container capacity is fixed.
- You win when all colors are fully grouped.
Because the move constraints are the same, strategies transfer directly between variants.
Variant Comparison: Water vs Ball vs Nut & Bolt vs Hoop
| Aspect | Water & Soda Sort | Ball & Bird Sort | Nut & Bolt Sort | Hoop & Ring Sort |
|---|---|---|---|---|
| Visual style | Colored liquid / soda layers | Stacked balls or birds on branches | Stacked nuts on bolts | Stacked rings on poles |
| Move feel | Multi-layer pouring animation | Single-item moves | Single-nut moves | Single-ring moves |
| Special mechanic | Consecutive same-color layers transfer at once | Single item transfer | Per-bolt height/capacity variation | Uniform or variable pole capacity |
| Typical capacity | 4 layers | 4 items | 3–6 nuts per bolt | 4 rings per pole |
| Core logic | Same graph search | Same graph search | Same graph search | Same graph search |
The visuals change the feel, but not the underlying stack-search problem.
Stack-Transfer Puzzles vs. Physics Dismantling Games
It is easy to confuse games that share similar visual themes:
- Stack-Transfer Games (Nut Sort, Bolt Sort, Water Sort, Ball Sort): You transfer items between containers or rods until each holds a single uniform color. These use pure stack-based graph logic and are 100% supported by ChromaOracle.
- Physics & Dismantling Games (Screw Jam, Unscrew Puzzle): You unscrew bolts from 3D structures to make wooden plates drop via gravity, while screws fall into a limited top buffer box. These are physics-based unstacking puzzles — a completely different mechanic from tube-sorting.
Strategy Transfer: Learn Once, Use Everywhere
If you know how to solve one variant, you can use the same playbook in the others:
- Create empty containers early.
- Complete one color stack before starting another.
- Avoid fragmenting the same color across many containers.
- Plan two to three moves ahead.
These are universal color-sort principles, not variant-specific tricks.
Why One Solver Works Across Variants
A solver reads the board as color states in containers. It does not need to care whether those colors are rendered as liquid, balls, nuts, or rings.
One solver for Nut Sort, Bolt Sort, Ball Sort, and Water Sort.
As long as the game follows standard color-sort move rules, the same search algorithm can compute valid and optimal paths.
What About New Variants in the Future?
New themes will keep appearing. Some may add minor twists, but many remain standard color-sort puzzles under the hood.
When a new game looks different, check the rules first. If top-layer matching and empty-container moves still apply, your strategy and solver workflow should carry over.
Frequently Asked Questions
Are Water Sort, Ball Sort, and Nut Sort different puzzle types?
They are different themes of the same core puzzle in most apps.
Can I use one strategy for all three?
Yes. The same core strategies usually work across variants.
Can I use one solver for all three?
One solver for Water Sort, Ball Sort, Nut Sort, and Bolt Sort.
Do all new color sort games follow the same rules?
Not always, but many do. Check whether the move constraints match standard color-sort mechanics.