quixe icon indicating copy to clipboard operation
quixe copied to clipboard

Feature request: importing of save games

Open jefferai opened this issue 10 years ago • 2 comments
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.

jefferai avatar Jul 09 '15 16:07 jefferai

Export was added in release 2.0.0. I forgot to list it in the README file, though.

Import looks possible but perhaps messy.

erkyrath avatar Jul 09 '15 18:07 erkyrath

(Changed title to just "importing"

erkyrath avatar Jul 09 '15 18:07 erkyrath