Add save/load exporter

Issue #7 new
Hyper Pandora repo owner created an issue

Add the ability to store the game's save data on your computer via downloading a file.

Should not be very difficult basically just grab all the data stored in localStorage in the variables slot1 - slot10 then put it into a json file and use saveAs to put that on the users computer (via download prompt).

Comments (2)

  1. Log in to comment