Basic Game for Android Development.
BasicGame is hosted in the following web site
https://github.com/doppl3r/BasicGame
If you think the Android project BasicGame 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 BasicGame.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi] |
Target SDK Version | 8 |
Minimum SDK Version | 5 |
Activity Count | 1 |
jar files used | editor.jar |
Required Permissions | android.permission.VIBRATE |
Raw File Names | res\raw\editor.jar res\raw\level1.txt res\raw\sound0.mp3 res\raw\theme1.mp3 |
There are 2 image files in BasicGame. The names of the image files are listed as follows.
start.png terrain.png
The following screenshort is generated from the image listed above.
BasicGame has the following Java source files.
audio.AudioHandler.java buttons.Button.java game.GUI.java game.Game.java game.GamePanel.java game.Level.java game.World.java mapping.MapFileReader.java mapping.Tile.java mapping.TileBuffer.java mapping.TileMap.java pack.basicgame.main.PanelActivity.java pack.basicgame.main.PanelThread.java textures.SpriteSheet.java textures.Textures.java