easy Set 78 Logic Puzzle

Easy Rush Hour — vehicles #78

Show solution

[{"blockId":"A","direction":"U","steps":1,"description":"Slide Truck A up 1 space."},{"blockId":"X","direction":"R","steps":4,"description":"Slide red car X right 4 spaces to exit."}]

Title
Easy Rush Hour — vehicles #78
Blocks
  • {"id":"X","label":"X (Red Car)","orientation":"H","size":2,"row":2,"col":0}
  • {"id":"A","label":"Truck A","orientation":"V","size":3,"row":0,"col":2}
  • {"id":"B","label":"Car B","orientation":"H","size":2,"row":0,"col":3}
TargetBlock
X
ExitEdge
right
ExitPosition
2
Solution
  • {"blockId":"A","direction":"U","steps":1,"description":"Slide Truck A up 1 space."}
  • {"blockId":"X","direction":"R","steps":4,"description":"Slide red car X right 4 spaces to exit."}
SolutionMoveCount
2
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 vehicle blocks to create a clear path for the Red Car (X) to exit through the right side of the board. Vehicles can only move forward or backward along their orientation.
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.