INSTEAD Launcher for Android
This application allows you to download and run games for the popular text quest engine "INSTEAD" on Android.
Install
Screenshots
How to compile
To compile the application, you need to run these commands in the root directory of the project:
./gradlew :instead:downloadDependencies
./gradlew assembleDebug
./gradlew installDebug
or just run make which will run the three commands above in sequence.
License
This project is licensed under the MIT License - see the LICENSE file for details