Marble Gate
Slide blocks out of the way to clear a path for the marble to reach the exit gate. Blocks can only slide along their own axis — figure out the right sequence of moves to free the marble.
Puzzles grow more crowded and complex as you progress. Each level has a move limit, so efficiency is key.
How to Play
- Slide a block: Click and drag it along its axis
- Horizontal blocks slide left and right; vertical blocks slide up and down
- Clear the path so the marble can exit through the gate
- Mobile: touch drag to move blocks
About This Game
Marble Gate is a sliding-block puzzle where a marble is trapped behind a grid of interlocking blocks. Slide the blocks out of the way to open a clear path to the exit gate at the bottom. The challenge is that blocks can only move along their own axis — horizontal blocks slide left and right, vertical ones move up and down — which creates surprising constraints even in small grids.
Why We Built It
Sliding-block puzzles (like Rush Hour) are satisfying because every move has consequences that propagate through the entire grid. Moving one block to open a path often closes another. We added the marble as the escape object because it makes the goal visually clear — you can always see what you're trying to free and where it needs to go. The move limit discourages random shuffling and rewards spatial reasoning.
How It Works
The grid contains blocks of varying lengths placed either horizontally or vertically. Each block's movement is constrained to a single axis. A click-and-drag on a block calculates how far it can move in the dragged direction before hitting another block or the grid boundary. The marble occupies a fixed vertical column and will fall through it once the path is clear. A win is triggered when the marble exits through the bottom gate.
Tips & Strategy
- Identify the marble's column first, then trace every block that crosses it. Those are the only blocks that matter for opening the direct path.
- Work from the marble downward. The block immediately below the marble needs to move first; solving that tells you what else needs to shift.
- Blocks that block other blocks are secondary obstacles — clear the primary path first, then deal with the secondary constraints.
- Count your moves before committing to a sequence. If you've already used most of your budget and the path isn't clear, restart and try a different approach.
Ideas for Improvement
- Multiple marbles — two or three marbles that must all reach separate exit gates simultaneously.
- Diagonal blocks — blocks that can slide diagonally, dramatically increasing the solution space.
- Color-coded locks — blocks that can only be moved after a specific other block is placed correctly.
- Move replay — an animation of the optimal solution after completion so players can compare their approach.