This is the open-sourced codebase of the factory building game Drill Down, released in 2019 on Steam and Google Play.
Binaries for Android and PC are available at itch.io.
The game needs 64-bit Java >= 11 and Android Studio to compile.
- Create a java keystore for code signing
- Enter the credentials into
gradle.properties
- For Android run
gradlew android:assembleFullRelease
, for PC rungradlew desktop:dist
to get the runnable binaries