views:

2601

answers:

2

I'm new to the world of game programming but wanted to build a simple physics-based game for the iPhone. Does anyone know of any tutorials for Cocos2D and/or Box2D on the iPhone? The documentation is kind of confusing.

+4  A: 

I found a few basic introductions to Cocos2D: http://www.bit-101.com/blog/?p=2138

However, they don't touch on any of the physics elements of Cocos2D.

Edit: Here's an even longer list I found, including at least one physics engine tutorial: http://www.alexcurylo.com/blog/2009/05/16/resources-cocos2d/

jasonh
thanks a lot that was really helpfull, specially the tutorials
aryaxt
A: 

You can also checkout this tutorial also http://www.raywenderlich.com/457/intro-to-box2d-with-cocos2d-tutorial-bouncing-balls%22 .

Mahmud Ahsan