// Decide which way - if any - to turn. Don't bother turning if // the dodgem is less than 'turn_amount' from the ideal direction Turn which_way(int ideal_direction, int current_direction);