Stacks is a simple puzzle game to rearrange the same kind of the pieces in a horizontal row.
After rearranging, all the stacks will be in the same order of the pieces.
The order of the pieces is not a fixed order, so it may be different depending on the problem.
If it is arranged within the limit of moves, the problem is cleared.
This game is playable in mobile and desktop browser.
- Playable: https://stackshub.github.io/stacks/
- Repository: https://github.com/stackshub/stacks
- First, tap a stack to pop a piece.
- Then, tap another stack to push the piece.
- Alternatively, drag between stacks to move a piece.
Key | Control |
---|---|
Left, A | Move cursor left |
Right, D | Move cursor right |
Up, W | Pop / Push (at cursor) |
Down, S, - | Undo |
Escape, 0 | Retry |
1, 2, 3, 4, 5 | Pop / Push (corresponding stack) |
Enter, Space | Next |
Shift + Q | Quit |