Recreation of the classic Flappy Bird game. My first attempt at libGDX and Kotlin for Android.
- Desktop - run
./gradlew desktop:dist
from project root. Then run withjava -jar desktop/build/libs/desktop-1.0.jar
- Android - Package the APK using your favorite software, no special settings required. I used a regular usb cable and the default settings of Android Studio to install the .apk to my phone. More info can be found here
This project was heavily influenced by Brent Aureli's youtube series on creating a flappy bird clone using Java and LibGDX