Just basic set up of Android game engine with simple running POC.
AndEngineReady is hosted in the following web site
https://github.com/subash-bhandari/AndEngineReady
If you think the Android project AndEngineReady 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 AndEngineReady.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
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\font.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 |
AndEngineReady has the following Java source files.
com.example.gameapp.BaseScene.java com.example.gameapp.GameActivity.java com.example.gameapp.GameScene.java com.example.gameapp.LoadingScene.java com.example.gameapp.MainMenuScene.java com.example.gameapp.Player.java com.example.gameapp.ResourcesManager .java com.example.gameapp.SceneManager.java com.example.gameapp.SplashScene.java