Hi!
I need to be able to send the complete savegame from within cocoonjs, so that on a other device i can load it.
For Crossplatform usabillity.
Any tips, examples?
Kind regards.
Savvy001
Develop games in your browser. Powerful, performant & highly capable.
You could always use the AJAX plugin, create variables for save states and write them to a MYSQL database.
Thank u GameThirsty!