User Templates

I’d like to set up a funktion in the starting meny where the user can either

  1. arrange there own template with settings for a level/game and then save and share this level with others.

or

  1. open/play levels created by others

Any one have an idea how to go about this with code? And where should the templates be stored and opened from?

You would want to save them online to your server, either to a database or to raw JSON files.

What you want to achieve is a big task so you’ll want to break it down to smaller steps and look into how you can do each one, rather than asking for a single solution that will do it all for you.

1 Like