I'm trying to use Jquery (or just javascript) to create a 'save game file'. I'm aware that u can use html's local files in the browser, but i was hoping to find a way for the user to click my 'save' button and choose a location to [download] their generated game info. I also want to have a way to load. I was hoping for a .txt file, but JSON or JS (those are javascript files right?) would be fine too.
I'm specificly hoping to use this in Twine to create interactive stories/ video games like DND. Is this possible?