i want to know how to detect coliision in cocos2d
what knowledge is required for detection
(2 posts) (2 voices)-
Posted 1 year ago #
-
There are lots of ways to do implement collision detection. Ray Wenderlich has some pretty awesome tutorials up on his blog regarding writing games with cocos2d.
Here's a good primer:
http://www.raywenderlich.com/352/how-to-make-a-simple-iphone-game-with-cocos2d-tutorial
And also, a really nifty little solution for collision detection using Box2D (if you need something a bit meatier):
http://www.raywenderlich.com/606/how-to-use-box2d-for-just-collision-detection-with-cocos2d-iphone
Hope that helps point you in the right direction.
D.
Posted 1 year ago #
Reply
You must log in to post.