Deleted post
Working on world storage and browsing, currently due to the large size of worlds, they cannot be directly stored and loaded in your browser localStorage (hence you can only clone the default worlds, or download and upload your custom world file that will not persist if you refresh the game page). I will have to use a database system (IndexDB) which is more complex to implement.