**This is an old revision of the document!**

Agent API

  • robot.up(): boolean[, string]
    As robot.forward() except that the robot tries to move upwards.
  • robot.down(): boolean[, string]
    As robot.forward() except that the robot tries to move downwards.
  • robot.turnLeft()