This is an Android port of Loan Runner, a PICO-8 game created by SimpleNexus, inspired by the chrome://dino game! This codebase can also serve as a starting point for porting your own web-exported PICO-8 game to Android.
- Tap your device's screen to make Loan Runner jump!
- Includes gamepad & remote support for Android TV devices
Grab the APK file from https://github.com/SimpleNexus/LoanRunner-Android/releases
Prerequisites:
- Windows / MacOS / Linux
- JDK 8
- Android SDK
- Internet connection (to download dependencies)
Once all the prerequisites are met, make sure that the ANDROID_HOME
environment variable is set to your Android SDK directory, then run ./gradlew assembleDebug
at the base directory of the project to start the build. After the build completes, navigate to app/build/outputs/apk/debug
where you will end up with an APK file ready to install on your Android device.