I am writing a little python textbased game on my android phone with qpython3. Now I want to store the highscores in a txt file but I can't find out how I can realize this. I know how I can do it on windows but it doesn't work on android.
Hope anyone has an idea.
Krowit
After testing on my device, it appears that QPython has blocked write permissions from the application. Here's a way of getting a version which allows for it*:
Of course, there's no real substitute for a real desktop, at least in my opinion, but this is (again, in my opinion) the best setup I've found so far.
*I don't know where the files are saved, but you can read and write from them, wherever the saved file's directory may be.