Objective: Help the red car (labeled with X) get out of traffic. Strategy Guide
Controls: Click or tap on the tip or tail of a car or truck to move it in that direction one space.
Controls: Type commands in the above box. Click the button to execute the commands, moving the vehicles.
Rules: Cars and trucks can't go through each other. Cars and trucks cannot turn.
Valid commands (label is a string, num_spaces is an integer):
move_right(label, num_spaces)
move_left(label, num_spaces)
move_up(label, num_spaces)
move_down(label, num_spaces)