A shoot 'em up game for Android.
shmup is hosted in the following web site
https://github.com/erik/shmup
If you think the Android project shmup 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 shmup.
Item | Value |
---|---|
Java File Count | 31 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\fonts\samplefont.ttf |
There are 8 image files in shmup. The names of the image files are listed as follows.
basic_enemy.png basic_enemy1.png hero_ship_center.png hero_ship_center1.png hero_ship_left.png hero_ship_left1.png hero_ship_right.png hero_ship_right1.png
The following screenshort is generated from the image listed above.
shmup has the following Java source files.
net.boredomist.shmup.MathHelper.java net.boredomist.shmup.ShmupActivity.java net.boredomist.shmup.game.AutoMissile.java net.boredomist.shmup.game.BasicEnemy.java net.boredomist.shmup.game.Bullet.java net.boredomist.shmup.game.BulletEmitter.java net.boredomist.shmup.game.Controller.java net.boredomist.shmup.game.Enemy.java net.boredomist.shmup.game.Entity.java net.boredomist.shmup.game.GameWorld.java net.boredomist.shmup.game.Missile.java net.boredomist.shmup.game.Particle.java net.boredomist.shmup.game.ParticleSystem.java net.boredomist.shmup.game.PlayerGun.java net.boredomist.shmup.game.PlayerShip.java net.boredomist.shmup.game.Point.java net.boredomist.shmup.game.Powerup.java net.boredomist.shmup.game.ReflectingBullet.java net.boredomist.shmup.game.RocketParticleSystem.java net.boredomist.shmup.game.ScrollingBackground.java net.boredomist.shmup.game.SpiralBullet.java net.boredomist.shmup.game.String.java net.boredomist.shmup.gui.GameController.java net.boredomist.shmup.gui.GameThread.java net.boredomist.shmup.gui.GameView.java net.boredomist.shmup.gui.Input.java net.boredomist.shmup.gui.MenuController.java net.boredomist.shmup.gui.MenuWorld.java