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
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
Create run config with DesktopLauncher as main class. Make sure that working directory is set to ./android/assets Run the project.
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 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
SFG uses following tools: libGDX - multi-platform game framework
Spine - 2d animation framework
Various Google libs for Android and GWT