Nuts And Bolt Sort
Sorting

Nuts And Bolt Sort

A mechanical-themed sorting puzzle. Move colored nuts between different bolts until each bolt holds only one color, testing your multi-step planning ability.

#Sorting#Puzzle#Logic#Mechanical
PLAY NOW
loading

About This Game

Nuts & Bolts Color Sort is a Combinatorial Optimization and Constraint-Satisfaction puzzle. The core mechanics involve Stack-Based Sorting (LIFO - Last In, First Out logic) across multiple threaded bolts. It emphasizes Permutation Management, where the player must rearrange a randomized distribution of colored nuts into monochromatic sets. It is a digital implementation of the "Tower of Hanoi" logic applied to industrial aesthetics.

How to Play

Click on a nut to select it and then click on a destination bolt to move it. The gameplay is Color Homogenization: you can only move a nut to an empty bolt or on top of a nut of the matching color. Interaction involves Space Constraint Management—each bolt has a finite capacity (usually 4 units), requiring the player to strategically use empty "Buffer Bolts" to reorganize deep-stack colors.

Tips & Tricks

Elite scores (Minimum Move Count) are achieved through "Depth-First Search (DFS) Planning." The pro secret is to identify the "Bottom-Most Colors" on every bolt before making your first move. Do not fill a bolt just because you can; instead, use a "Temporary Holding Pattern" on a buffer bolt to extract a color buried at the bottom of a stack. Solving the puzzle by only moving each nut an average of 1.5 times triggers the "Grandmaster Mechanic" bonus.

Got Questions?

Q: What happens if I fill all bolts with mixed colors?
💡 A: This is a "Deadlock State." If no valid moves remain, you must use the "Undo" function or watch an ad to "Add an Extra Bolt" to break the logical loop.
Q: Are there hidden colors?
💡 A: In "Mystery Mode," some nuts are greyed out until the nut above them is moved, requiring "Probabilistic Planning" to account for the unknown variables.