A practice game using the AndEngine Android game engine..
AndEnginePractice is hosted in the following web site
https://github.com/RyanMcDonald/AndEnginePractice
If you think the Android project AndEnginePractice 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 AndEnginePractice.
Item | Value |
---|---|
Java File Count | 4 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
Asset File Names | assets\gfx\female_knight.png assets\gfx\female_rogue.png assets\gfx\male_rogue.png assets\gfx\onscreen_control_base.png assets\gfx\onscreen_control_knob.png assets\gfx\splash.png |
There are 1 image files in AndEnginePractice. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
AndEnginePractice has the following Java source files.
com.mytestproject.MainActivity.java com.mytestproject.SceneManager.java com.mytestproject.objects.Character.java com.mytestproject.objects.RogueClass.java