Toy Robot Simulator
-
Place the robot on a 5 X 5 grid, by using the following command: PLACE X,Y,F (Where X and Y are integers and F must be either NORTH, SOUTH, EAST or WEST). If robot is not placed its position is: 0,0,NORTH.
-
After the robot is placed, move it with the command below:
REPORT -- Shows the current position of the robot. LEFT -- turns the robot to the left (90 degrees). RIGHT -- turns the robot to the right (90 degrees). MOVE -- Moves the robot one square in the facing direction. PLACE -- Change Robot Position. EXIT -- Closes the Toy Robot app.