Search code examples
objective-cioscocos2d-iphonebox2dgame-physics

Level designing with Cocos2d and Box2d


I want to learn how to make levels using cocos2d and box2d (for iOS).
I am talking about a 2d platformer such as Limbo or Braid or something like that. How can I design and build levels like this?

I have seen Level Helper for cocos2d but its not free and I don't think it makes physic objects for box2d. How is this accomplished in real games?

How to make camera move with character and so on. Any starting points would be much appreciated.


Solution

  • These are excellent tutorials for 2d scrolling platform game

    http://www.raywenderlich.com/15230/how-to-make-a-platform-game-like-super-mario-brothers-part-1

    http://www.raywenderlich.com/15267/how-to-make-a-platform-game-like-super-mario-brothers-part-2