Is it possible to take my txt file from choice script and turn it to and apk (app file) for android so I can have friends beta test my game as an app? I have no intention of officially releasing my game I would just like to know if I can make it an app for fun. If so how should I go about?
You’d have to compile the game to html, then use any of the many solutions to turn html into apk. You can look it up with a search engine.
However, you’d have to repeat this every time you implement a change, send your friends the new version and your friends would have to reinstall the apk. It’s more trouble than it’s worth in my opinion.