Help on a endless game!
SilverAlmighty
Member Posts: 17
in Help Wanted
Hi there.
I've been working with the gamesalad engine for some time now, but I wouldn't call myself a pro at in any way. Im in desperate need of help on how to create an endless runner, I watched JamieCross' tutorial, however I'm looking for a way to make a game more like Jetpack joyride, where I have more control over how I generate the landscape. If someone would help me out with this that would be great! Thanks for reading.
Comments
This is a @deepblueapps free template http://www.deepblueapps.com/gs-santago/
@SilverAlmighty, in that tutorial I have the main platform spawn itself over and over to make the endless. In your case, you want different platforms and backgrounds you could use exactly the same method BUT instead of having one platform spawn copies of itself you could set up (for example) 4 platforms (A, B, C and D).
Start by spawning platform A then have platform A spawn Platform B, Platform B spawns Platform C, Platform C then spawns Platform D and so on. So instead of spawning the same platform over and over, you spawn different platforms from each previous platform. That way you can control your platforms and backgrounds as you see fit.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
@jamie_c Thanks for the help! While it wasn't the exact thing I was looking for, it really helped me getting pointed in the direction of the correct algorithm! Truly thank you.
Great, glad I could help out. Good luck with your game!
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page