easy Set 56 Logic Puzzle

Easy Rush Hour — klotski #56

Show solution

[{"blockId":"A","direction":"R","steps":2,"description":"Slide Block A right 2."},{"blockId":"B","direction":"D","steps":2,"description":"Slide Block B down 2."},{"blockId":"K","direction":"L","steps":1,"description":"Slide Key Block left 1."},{"blockId":"K","direction":"D","steps":2,"description":"Slide Key Block down to exit."}]

Title
Easy Rush Hour — klotski #56
Blocks
  • {"id":"K","label":"K (Key Block 2\u00d72)","orientation":"H","size":2,"row":0,"col":1}
  • {"id":"A","label":"Block A (1\u00d72)","orientation":"H","size":2,"row":2,"col":0}
  • {"id":"B","label":"Block B (2\u00d71)","orientation":"V","size":2,"row":0,"col":0}
TargetBlock
K
ExitEdge
bottom
ExitPosition
1
Solution
  • {"blockId":"A","direction":"R","steps":2,"description":"Slide Block A right 2."}
  • {"blockId":"B","direction":"D","steps":2,"description":"Slide Block B down 2."}
  • {"blockId":"K","direction":"L","steps":1,"description":"Slide Key Block left 1."}
  • {"blockId":"K","direction":"D","steps":2,"description":"Slide Key Block down to exit."}
SolutionMoveCount
4
Question
What is the minimum number of moves to free the target block? Write the move sequence using the format: Block ID + Direction + Steps (e.g. "A-Right-2").
Instructions
Slide the blocks (no lifting or rotating) to move the Key Block (K) through the exit at the bottom. Blocks slide in their allowed direction only.
Legend
  • Block coordinates use (row, col) from the top-left corner (row 0, col 0).
  • H = horizontal block, V = vertical block.
  • Moves: U=Up, D=Down, L=Left, R=Right, followed by number of spaces.