This project shows one technique for turning towards another sprite. It uses a helper sprite to get the direction to the target. The angle difference is then normalized to between -180 and 180 degrees through a series of tests. The turn direction can then be determined by looking at the sign of the angle difference.