Hello, I am trying to create a simple game that is consisted of multiple stages in the game (80+ stages). Does this mean I will need over 80 layouts in my game?
When the player reaches the end, I want them to go to the next level.
And if they decide to quit and come back later, I want them to be able to resume where they left off (a save system), or pick a level they have already beaten.
I've searched for many tutorials but I couldn't find anything that is this specific. Help?
Thanks.