easy Set 100 Logic Puzzle

Easy Rush Hour — vehicles #100

Show solution

[{"blockId":"A","direction":"D","steps":2,"description":"Slide Car A down 2 spaces."},{"blockId":"X","direction":"R","steps":3,"description":"Slide red car X right 3 spaces to exit."}]

Title
Easy Rush Hour — vehicles #100
Blocks
  • {"id":"X","label":"X (Red Car)","orientation":"H","size":2,"row":2,"col":1}
  • {"id":"A","label":"Car A","orientation":"V","size":2,"row":1,"col":3}
TargetBlock
X
ExitEdge
right
ExitPosition
2
Solution
  • {"blockId":"A","direction":"D","steps":2,"description":"Slide Car A down 2 spaces."}
  • {"blockId":"X","direction":"R","steps":3,"description":"Slide red car X right 3 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.