hard Set 44 Logic Puzzle

Hard Rush Hour — klotski #44

Show solution

[{"blockId":"C","direction":"D","steps":2,"description":"Slide C down 2."},{"blockId":"D","direction":"D","steps":1,"description":"Slide D down 1."},{"blockId":"A","direction":"D","steps":2,"description":"Slide A down 2."},{"blockId":"E","direction":"D","steps":1,"description":"Slide E down 1."},{"blockId":"B","direction":"D","steps":2,"description":"Slide B down 2."},{"blockId":"K","direction":"D","steps":2,"description":"Slide K down to exit."}]

Title
Hard Rush Hour — klotski #44
Blocks
  • {"id":"K","label":"K (Key 2\u00d72)","orientation":"H","size":2,"row":0,"col":1}
  • {"id":"A","label":"Block A","orientation":"V","size":2,"row":0,"col":0}
  • {"id":"B","label":"Block B","orientation":"V","size":2,"row":0,"col":3}
  • {"id":"C","label":"Block C","orientation":"H","size":2,"row":2,"col":1}
  • {"id":"D","label":"Block D","orientation":"V","size":2,"row":2,"col":0}
  • {"id":"E","label":"Block E","orientation":"V","size":2,"row":2,"col":3}
TargetBlock
K
ExitEdge
bottom
ExitPosition
1
Solution
  • {"blockId":"C","direction":"D","steps":2,"description":"Slide C down 2."}
  • {"blockId":"D","direction":"D","steps":1,"description":"Slide D down 1."}
  • {"blockId":"A","direction":"D","steps":2,"description":"Slide A down 2."}
  • {"blockId":"E","direction":"D","steps":1,"description":"Slide E down 1."}
  • {"blockId":"B","direction":"D","steps":2,"description":"Slide B down 2."}
  • {"blockId":"K","direction":"D","steps":2,"description":"Slide K down to exit."}
SolutionMoveCount
6
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.