Simple example of 2d game for Android platform. The game is not complete, doesn't have a source code for level loading and so on. Serves as just a very basic and simple example of how to organize basic game engine in Android..
futurama-space-invaders is hosted in the following web site
https://github.com/benderillo/futurama-space-invaders
If you think the Android project futurama-space-invaders 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 futurama-space-invaders.
Item | Value |
---|---|
Java File Count | 15 |
Target SDK Version | 16 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
There are 12 image files in futurama-space-invaders. The names of the image files are listed as follows.
bigbrain1.png bigbrain2.png bigbrain3.png bigbrain4.png bigbrain5.png bigbrain6.png boom.png brain1.png brain2.png enemybullet.png ship.png ship2.png
The following screenshort is generated from the image listed above.
futurama-space-invaders has the following Java source files.
com.example.gme.AirCraft.java com.example.gme.BigBrain.java com.example.gme.Bitmaps.java com.example.gme.Bullet.java com.example.gme.EnemyBullet.java com.example.gme.EnemyFlight.java com.example.gme.Game.java com.example.gme.GameLooper.java com.example.gme.GameObject.java com.example.gme.GameView.java com.example.gme.HeroFlight.java com.example.gme.LevelBoss.java com.example.gme.MainActivity.java com.example.gme.ScoreTable.java com.example.gme.SpaceInvadersGame.java