Quote:
Originally Posted by sacha1996
As I thought... 
|
It is not difficult to create fall down game :-)
You need to use cocos2d+box2d.
Create box2d bodies for the circle and platforms(about 20).
Platforms should be static and the body should be dynamic.
Then you need to check the position of the player and out platforms under him.