views:

90

answers:

2

Hello,

I am pretty new to cocos2d. Could someone please direct me to a good tutorial on how to make a game like doodle jump. I need to know how to make him bounce of the platforms, spawn platforms, use the accelerometer to control the player, etc.

Thanks

A: 

The primary developer of Cocos2d offers the source to a complete sample game for purchase here: Sapus Tongue Source.

Justin
A: 

Check TweeJump: http://github.com/haqu/tweejump

It has the doodle jump basic functionality. You'll have to update it to the latest cocos2d version, but it is a great starting point.

pabloruiz55