- Home /
Clone of Jetpack Joyride
I was looking around for a clone or at lest a start of jetpack joyride to learn a bit about the physics of such a game and the level generation as the distance goes on.
Is there a clone out there or some good resources to learn these things. Or point me to the different things I would need to learn to handle these
Thanks
Answer by iwaldrop · Jan 23, 2013 at 10:15 PM
A good primer on endless runner type levels is here:
http://catlikecoding.com/unity/tutorials/runner/
A good primer on Unity physics is here:
http://mobile.tutsplus.com/tutorials/game-engine/working-with-unity3d-physics/
Looks like a good start - I am interested in any more anyone has
Answer by Connor_Epic · Jul 26, 2015 at 09:26 PM
I know that this question is long dead, but I wanted to add that for anybody who wanted an answer to this question to look at this link: http://www.raywenderlich.com/69392/make-game-like-jetpack-joyride-unity-2d-part-1 It is extremely useful and helped me understand unity.
Your answer
Follow this Question
Related Questions
What can I do to make the objects I instantiated move with the background? 1 Answer
Games with multiple levels each with an array of enemies 2 Answers
Instatiated objects should have all the same name. 2 Answers
Destroy all clones 2 Answers
How to destroy a clone (instantiate in scene) in the their own script 1 Answer