Example clone of the game 'Asteroids' for Android..
Asteroids is hosted in the following web site
https://github.com/isilion/Asteroids
If you think the Android project Asteroids 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 Asteroids.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [landhdpi, mdpi, ldpi, hdpi, xhdpi, landldpi, land, landxhdpi, landmdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 7 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.RECEIVE_SMS |
Raw File Names | res\raw\intro.mp3 res\raw\win.mp3 |
There are 14 image files in Asteroids. The names of the image files are listed as follows.
asteroide1.png asteroide2.png asteroide3.png boton_normal.png boton_pulsado.png log.png log_.png nave.png nave_fuego.png pause.png pause_.png play.png play_.png stop.png
The following screenshort is generated from the image listed above.
Asteroids has the following Java source files.
com.example.asteroides.AcercaDe.java com.example.asteroides.Adaptador.java com.example.asteroides.AlmacenPuntuaciones.java com.example.asteroides.AlmacenPuntuacionesArray.java com.example.asteroides.AlmacenPuntuacionesFicheroInterno.java com.example.asteroides.AlmacenPuntuacionesPreferencias.java com.example.asteroides.AlmacenPuntuacionesSQLite.java com.example.asteroides.AlmacenPuntuacionesXML_SAX.java com.example.asteroides.Asteroides.java com.example.asteroides.Grafico.java com.example.asteroides.Jugar.java com.example.asteroides.Preferencias.java com.example.asteroides.Puntuaciones.java com.example.asteroides.ReceptorSMS.java com.example.asteroides.VistaJuego.java