Skip to content

Tsiniloiv/fly-gdx

 
 

Repository files navigation

Fly Build Status

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!

Build process

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:

Contributing

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.

Libraries

Fly makes use of the following libraries and software:

License

Apache License 2.0

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.4%
  • Python 1.5%
  • GLSL 1.1%