I started developing plane for iOS recently. It's a hacked up port of the original game I made when I was young. It was an excellent way to learn the iOS SDK and Objective-C. Anyway, down to business... The initial collision detection I implemented was a very crude one that simply checks if the bounding … Continue reading Collision detection on iOS