Doodle Jump like gameplay
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 o开发者_如何学编程f the platforms, spawn platforms, use the accelerometer to control the player, etc.
Thanks
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.
The primary developer of Cocos2d offers the source to a complete sample game for purchase here: Sapus Tongue Source.
精彩评论