Level designing with Cocos2d and Box2d

Posted by Majster on Stack Overflow See other posts from Stack Overflow or by Majster
Published on 2012-11-02T10:58:46Z Indexed on 2012/11/02 10:59 UTC
Read the original article Hit count: 187

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about ios