Android Open Source - Game simple AndEngineReady






Project Summary

Just basic set up of Android game engine with simple running POC.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndEngineReady.

ItemValue
Java File Count9
Target SDK Version19
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.READ_PHONE_STATE
android.permission.VIBRATE
android.permission.WAKE_LOCK
Asset File Namesassets\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




Java Source Files

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