Canabalt..or, doodle jump?.?.
SaveDave
Member Posts: 140
How wide or high can I make my game area?
Can it be never ending like either of these games?
Or, do I have a screen area limit and would have to find another way round making it seem infinite ?
Thanks
Can it be never ending like either of these games?
Or, do I have a screen area limit and would have to find another way round making it seem infinite ?
Thanks
Comments
What you could do to make it seem infinite is you can make the background wrap and keep the player in one area.
The best thing to do is try to keep the RAM constant throughout your whole game, and this can be done by making levels/several scenes.
Hopefully they will be in the next big update
I'll be starting with GameSalad within a month here, so I haven't used it much, but I'm sure you could easily set this up in a single scene.
If you can use timers, you can set it up so that different patterns of platforms come at you at different times - as in difficulty starts to increase. If you stay alive for 2 minutes, prickly or unstable platforms start coming at you and the platforms are spaced further apart. If you stay alive for 3 minutes, enemies start showing up. Etc.