Learn bot

type commands and it will run

example

    for x in xrange(5)
        bot.move(5)
        bot.direction = (1, 1)
        bot.move(10)
        bot.direction = (-1, 0)
        bot.move(5)

