Hello all, I appreciate all the help ive received and things ive learned from this forum. It really helps to have individual concepts described.
I had another feature i'm trying to wrap my head around, specifically how game-saves work. My goal is to create an in-game level editor and save all the levels i make as a package to add to the base game. I would write it to a local file but from what i understand its saved in-browser. not sure how to access and share that save. I read about uploading a save to a server to load from any device but ajax and json arent the easiest to understand.
Something like how do i save to a separate file to be able to upload to other players.
my target platforms are desktop and mobile, perhaps console in the future. Currently im designing the levels in C2 but a in-game editor would speed things up.
Any tips welcome, or tutorials on the subject. thanks so much