Exercise: Add move_rad to based on radians



delta_x = dist * cos(angle)
delta_y = dist * sin(angle)