erkyrath / quixe

A Glulx VM interpreter written in Javascript
http://eblong.com/zarf/glulx/
MIT License
169 stars 33 forks source link

Feature request: importing of save games #9

Open jefferai opened 9 years ago

jefferai commented 9 years ago

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.

erkyrath commented 9 years ago

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 commented 9 years ago

(Changed title to just "importing"