Play Sliding Puzzle Free Online
Slide numbered tiles into numerical order using the single empty space in this classic 15-puzzle.
Loading Sliding Puzzle...
Interactive game engine starting in your browser. Touch, keyboard, and mouse controls enabled.
Complete Player Guide & Instructions
Worked Example: Solving the Final 2x2 Sub-Grid in a 15-Puzzle
Scenario: The top two rows [1..8] are completely solved. In the bottom-right corner, tiles [11, 12] and [15, empty] need to be positioned without disturbing the rest of the board.
Step-by-Step Tactical Solution:
- Isolate the working perimeter: never move any tiles in Rows 1 and 2, which are already locked in place.
- Position tile [11] into (Row 3, Col 3) and tile [12] into (Row 3, Col 4).
- Cycle the remaining 3 tiles [13, 14, 15] through the lower loop: slide [15] up, slide [14] right, slide [13] into position.
- Cycle the empty space clockwise around the 2x2 corner until [14] and [15] fall into their natural numerical order.
- Slide [15] left to settle into Row 4, Col 3, leaving the empty tile in the bottom-right slot (Row 4, Col 4) for puzzle completion.
Key Takeaway: Solve sliding puzzles row by row from top to bottom, finishing with cyclical rotation of the final corner sub-grid.
📖 How to Play & Rules
- The board contains numbered tiles (1 to 15 on a 4x4 grid) and exactly one empty slot.
- Click or tap any tile adjacent to the empty slot to slide it into the space.
- You cannot jump over other tiles; only tiles directly sharing an edge with the empty space can move.
- Arrange all tiles in ascending numerical order from left to right, top to bottom (1 to 15).
- The empty slot must finish in the bottom-right corner to complete the puzzle.
🎮 Controls & Keybindings
🖥️ Desktop Controls
- Mouse Click: Click any tile adjacent to the empty space to slide it.
- Arrow Keys: Move tiles into the empty space using directional inputs.
- R: Shuffle the board into a new solvable configuration.
📱 Mobile & Touch Controls
- Tap / Swipe: Tap or swipe any tile adjacent to the empty cell to slide it.
🏆 Scoring & Mechanics
- Solving the puzzle awards: max(500, 10000 - seconds * 2 - max(0, moves - targetMoves) * 15) points.
- Target moves are 30 moves for 3x3 and 80 moves for 4x4 boards.
- Solving the board awards +100 Coins and +25 Profile XP.
💡 Tips & Winning Strategies
- Solve Row by Row: Solve Row 1 completely first (tiles 1, 2, 3, 4), then Row 2 (5, 6, 7, 8). Never disturb solved rows.
- The Corner Trick for Rows: To place the final two tiles of a row (e.g., 3 and 4), place tile 4 in slot 3, then cycle tile 3 underneath it to slide them both into place together.
- Solve Left Columns Next: After Rows 1 and 2 are locked, solve the leftmost column (tiles 9 and 13).
- Cycle the Final 2x2: The remaining bottom-right corner tiles (10, 11, 12, 14, 15) can be rotated clockwise or counter-clockwise until they fall into place.
⚠️ Common Mistakes to Avoid
- Trying to position tile 4 when tile 3 is already in its slot without using the paired entry sequence.
- Accidentally dislodging completed upper rows while working on the bottom half.
- Sliding tiles randomly without an ordered layer-by-layer strategy.
📱 Accessibility & Compatibility
- High-contrast numbered tiles with bold centered digits and subtle beveling for clear tactile boundaries.
- Smooth sliding animations with coordinate snapping provide visual clarity on every slide.
- Full Arrow Key keyboard support allows rapid non-mouse play.
❓ Frequently Asked Questions
A: Yes. Puzzlevanna generates puzzles using an inversion parity check to ensure 100% of generated boards are mathematically solvable.
A: Yes. Clicking a tile two or three spaces away in the same line as the empty slot will slide all intermediate tiles in a single fluid motion.
A: Casual players solve it in 150 to 250 moves; experienced tacticians routinely solve it in under 80 moves.