0 votes
by (140 points)
I need to package my final Twine 2.0 story into a single app. As of now, everything lives in a single folder with local paths. I used to know how to do this but it has been YEARS and I'm not sure how to go about getting this done. The final product (in my mind) would produce a little icon that users could double click on and open up my twine.

1 Answer

0 votes
by (44.7k points)

Are you talking about an Android app, or something else?

To create an Android APK file, this page might help:

Converting Twine 2 Stories to Android APK Apps

Otherwise we'll need more details on what kind of "app" you mean and what OS you're using and targeting.

For what it's worth, a lot of people just put all of the necessary files into a .ZIP file, then have people extract that on their computer and open the HTML file from there.

Hope that helps!  :-)

by (140 points)
To be honest, this is a project I worked on a very long time ago and at the time someone once showed me a thing on Github that would allow me to bundle everything.

Creating a zipfile seems like the best option. The user will be accessing the files on ipads but I'm not sure which version, etc. They may eventually want to use the app on PC devices too.

thank you for th ehelp!
...