Rpg game example 2D for Android without using any framework.
RpgExampleAndroid is hosted in the following web site
https://github.com/josekron/RpgExampleAndroid
If you think the Android project RpgExampleAndroid 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 RpgExampleAndroid.
Item | Value |
---|---|
Java File Count | 14 |
Target SDK Version | 17 |
Minimum SDK Version | 9 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
There are 6 image files in RpgExampleAndroid. The names of the image files are listed as follows.
asteroide1.png asteroide2.png asteroide3.png elaine.png nave.png nave_fuego.png
The following screenshort is generated from the image listed above.
RpgExampleAndroid has the following Java source files.
com.example.rpgexample.CoordGround.java com.example.rpgexample.EditorMundo.java com.example.rpgexample.Ground.java com.example.rpgexample.MainActivity.java com.example.rpgexample.Mundo.java com.example.rpgexample.Player.java com.example.rpgexample.PlayerEditor.java com.example.rpgexample.Preferencias.java com.example.rpgexample.TileGround.java com.example.rpgexample.TileGroundEditor.java com.example.rpgexample.VistaEditor.java com.example.rpgexample.VistaJuego.java