How would one use Cocos2d to create a game like this.

Posted by John Stewart on Stack Overflow See other posts from Stack Overflow or by John Stewart
Published on 2010-06-17T20:47:06Z Indexed on 2010/06/18 14:43 UTC
Read the original article Hit count: 311

http://itunes.apple.com/us/app/angry-birds/id343200656?mt=8&ign-mpt=uo%3D6

So I am getting started with this all game dev thing on iphone and I decided that I will start playing with Cocos2d as my starting engine.

Now just so i have a goal in mind, I picked angry birds as my initial target of what sort of game play would I like to learn to build. This is not going to be a market release game. This is totally going to be learning purposes only.

So to start off my question is:

  • Would something like this be achievable using Cocos2d?
  • How would I go about building the physics for this?
  • How can one do a screen scroll like the way they do in cocos2d? (any example code would be great)

This is just to start off. If you have any particular questions please do add to this question.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c