Hello everyone,
I would like to get some advice for a platform game development:
If someone wants to create a game like the Super Mario game for example, how would you suggest to make the different levels?
The levels are long, so, for example, I can create a long scene (50000px width) for this, but maybe there is a better way to do this? Maybe it will create some performance issues or something?
The game is not using random parts, all is designed precisely, that's why I can't use a simple limited random scene.
Thank you for your advice :)