Ren'Py renpy player for android beta

HH-Games

Member
Jul 13, 2025
130
284
82
A better solution for playing Ren’Py games on mobile devices; if all goes well, there will be an iOS version,

I will try to launch on the iOS App Store, but it’s quite difficult because apps of this type are strictly reviewed. If it can be approved on the Apple Store, only then will I release it on all other stores.


-------------
2025.11.12 update 1.1
add

Deleted games
------
2023.11.15 upda 1.2.1
Remove unnecessary permission requests.
--------




The Android APK file, besides internet access, does not request any other permissions. During installation, you can see that its data is stored in Android’s private folder, which is a standard Android directory and will not generate junk files. When the app is uninstalled, the data in this private folder is automatically deleted.

As for other patches, they consist of .rpy, .rpyc, and font files—there are no .exe or .sh files. (These are included in the Android data package when converting a web project; they are automatically zipped inside. They are not used when running on the web. You can verify their MD5 to check if they’ve been modified, or you can delete them.)

These are resource files, similar to storing a movie. The resource files themselves (like .mp4) are just data and do not have any executable behavior.

Usage:


“Install the APK, then import the data:




  1. Select Basic — contains only the core game data. You can play while downloading, and all browsed data will be stored on your phone, so it won’t need to be downloaded again next time.
  2. Select Data — includes all game data. Except for about 1 KB of data loaded on the startup screen, no additional network data will be used.”







If app doesn’t run, please update “WebView” in the Play Store.






 
Last edited: