Fly is a 3D flying game for Android and PC.
Fly started as a student project of the Mobile Application Development course at Friedrich-Alexander-University Erlangen-Nuremberg.
Fly is also available on Google's Play Store!
Fly uses Gradle as its build tool. Gradle will automatically download all required dependencies for you. For more information on Gradle have a look at their documentation. ###Command line The project comes with wrappers (gradlew and gradlew.bat) so you don't need to install Gradle yourself.
To build and run the desktop version you would
gradlew -p desktop run
To build a debug apk for your android smartphone you would
gradlew assembleDebug
This creates the .apk file in fly-gdx/android/build/outputs/apk/.
To see a list of all available tasks you can simply
gradlew tasks
###IDEs There are plugins available for Eclipse, IDEA and netbeans. These should allow you to import the project via the root build.gradle file. See for further information. The following links have some good information on using gradle with your IDE:
Contributions are always welcome! The easiest way to contribute is by leaving feedback via our Issue Tracker. You can also fix bugs and add features yourself! Simply fork the Fly repository, make your code changes and send pull requests.
Fly makes use of the following libraries and software:
Apache License 2.0