Android Open Source - Game space futurama-space-invaders






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of futurama-space-invaders.

ItemValue
Java File Count15
Target SDK Version16
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar




Resource Files

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.

null




Java Source Files

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