I need a crab to turn to the left while moving. I've already created methods for turnLeft (which is turn -90), turnRight (which is turn 90), turnBack (and turn180), and the cannotMove method you helped me with. I now need a changeDirecction method that naturally turns left while moving, if it cannot move, it turns right, if it still cannot move, it turns back, if it still cannot move it turns 17 degrees, how would i combone all these methods i have created to form one big method.

