Android game developed using the following tutorial: http://www.matim-dev.com/full-game-tutorial---part-1.html.
jumper-game-tutorial is hosted in the following web site
https://github.com/susanafong/jumper-game-tutorial
If you think the Android project jumper-game-tutorial listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of jumper-game-tutorial.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_PHONE_STATE android.permission.VIBRATE android.permission.WAKE_LOCK |
Asset File Names | assets\font\framd.ttf assets\gfx\game\coin.png assets\gfx\game\platform1.png assets\gfx\game\platform2.png assets\gfx\game\platform3.png assets\gfx\game\player.png assets\gfx\menu\menu_background.png assets\gfx\menu\options.png assets\gfx\menu\play.png assets\gfx\splash.png assets\level\1.lvl |
jumper-game-tutorial has the following Java source files.
com.tutorial.jumpergame.base.BaseScene.java com.tutorial.jumpergame.game.GameActivity.java com.tutorial.jumpergame.manager.ResourcesManager .java com.tutorial.jumpergame.manager.SceneManager .java com.tutorial.jumpergame.object.Player.java com.tutorial.jumpergame.scene.GameScene.java com.tutorial.jumpergame.scene.LoadingScene.java com.tutorial.jumpergame.scene.MainMenuScene.java com.tutorial.jumpergame.scene.SplashScene.java