Android Open Source - Game development BasicGame






Project Summary

Basic Game for Android Development.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of BasicGame.

ItemValue
Java File Count15
Supported screen sizes[mdpi]
Target SDK Version8
Minimum SDK Version5
Activity Count1
jar files usededitor.jar
Required Permissionsandroid.permission.VIBRATE
Raw File Namesres\raw\editor.jar
res\raw\level1.txt
res\raw\sound0.mp3
res\raw\theme1.mp3




Resource Files

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.

null

Java Source Files

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