quixe
quixe copied to clipboard
Feature request: importing of save games
trafficstars
I like Quixe, but I also move between systems, including some that don't have a graphical web browser. It would be really nice if I could export my save games from Quixe so that I can use them with Glulxe, and import updated save games from Glulxe.
I know that I could use JSON.stringify(localStorage) to read it out, and perhaps could then decode that to bytes and read them into Glulxe, but it'd be nice if there was a better way.
Export was added in release 2.0.0. I forgot to list it in the README file, though.
Import looks possible but perhaps messy.
(Changed title to just "importing"