Hi all,
I am planning a game where there will be 10 layouts which will also be the games 10 levels. Each level will be completed when the player reaches an object at the end of each level.
Naturally, the player will first begin at layout (level) 01, which when completed will allow progression to Layout (level) 2 etc.
Can anybody tell me the best way to be able to save and load the players current level so that they can return to that level when loading the game up - I'm guessing using either web or local storage.
And also, how best to to link that saved progression to a level select page that unlocks completed levels but locks uncompleted ones.
The game will eventually be targeted towards mobile platforms.
I appreciate there have been many forum posts regarding this, but none (that I have found) that simply provides a step by step guide simple enough for me to understand!
Thank you in advance for any help you may be able to provide.
Best,
RBS.