2D-iPhone-Game with side-scrolling & platforms like Super Mario with Cocos2D? -
I want to create a game where the player can walk and jump on the platform I think that cocoa 2DD would be great, but I have not found any tutorials for Cocos 2D and Side scrolling. Where do I start?
You should learn how to use Cocos 2D, its basics, how to work, etc. . Then you can use one of the two physics systems in one of the two: Chipmunk or Box 2D (or roll your own solution). Setting up a simple scene with a chipmunk should give you a good start. There will be some problems that you will find on slopes, on one side, platforms etc. You can check out the Chipmunk forum, there are some questions about it:
Also, consider buying it from Cocos 2D Developer: There are several problems that you can get.
Comments
Post a Comment