Super-Flying-Gentlemen
Super-Flying-Gentlemen copied to clipboard
Super Flying Gentlemen
SFG is a action packed game designed for mobile devices. It was inspired by Flappy Bird.
You can get Android version on Google Play
Read more about it on my site
Building and running the game
Importing and running the project
This project is Gradle based, valid Gradle installation is required. Consult libGDX wiki to learn how to do that.
-
clone this repo git clone ...
-
import project into your ide
Running desktop version
Create run config with DesktopLauncher as main class. Make sure that working directory is set to ./android/assets Run the project.
Running HTML version
Run ./gradlew html:dist upload html/build/dist somewhere or python -m SimpleHTTPServer 8080 in that directory. WEB-INF directory is not required.
Running Android version
Running Android version requires additional setup. The app uses various Google services such as billing, ads, achievements and leader boards. They must be configured to test them, or disabled by removing relevant calls from AndroidActionResolver. Required strings are located in android/res/values/strings.xml
Used tools
SFG uses following tools: libGDX - multi-platform game framework
Spine - 2d animation framework
Various Google libs for Android and GWT