Android Open Source - Libgdx shoot PhantomStar






Project Summary

Android Shoot'em Up with LibGDX.

Web Site / Source Repository

PhantomStar is hosted in the following web site
https://github.com/ChristopheWang/PhantomStar

If you think the Android project PhantomStar 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 PhantomStar.

ItemValue
Java File Count24
Target SDK Version17
Minimum SDK Version5
Activity Count1
jar files usedbodyeditor-loader-sources.jar
bodyeditor-loader.jar
gdx-backend-android-sources.jar
gdx-backend-android.jar
gdx-backend-lwjgl-natives.jar
gdx-backend-lwjgl-sources.jar
gdx-backend-lwjgl.jar
gdx-natives.jar
gdx-sources.jar
gdx.jar
tween-engine-api-sources.jar
tween-engine-api.jar
Asset File Namesassets\audio\Little People At Work.mp3
assets\audio\Temple of the Mystics.wav
assets\audio\click.ogg
assets\audio\determination.mp3
assets\audio\explosion.ogg
assets\audio\explosion1.wav
assets\audio\gameover.wav
assets\audio\shoot.ogg
assets\audio\xeon6.ogg
assets\data\blackBackground.png
assets\data\blueBackground.png
assets\data\button.pack
assets\data\button.png
assets\data\laserBlue01.png
assets\data\menuBackground.png
assets\data\meteorBrown_big1.png
assets\data\particle.png
assets\data\playerShip1_blue.png
assets\data\skin.json
assets\data\splashscreen.png
assets\data\starBackground.png
assets\data\white.fnt
assets\data\white_0.png
assets\effect\meteorExhaust.p
assets\effect\shipExhaust.p
assets\enemy\enemies.pack
assets\enemy\enemies.png
assets\meteor\meteors.pack
assets\meteor\meteors.png




Java Source Files

PhantomStar has the following Java source files.

eu.phantomstar.Main.java
eu.phantomstar.MainActivity.java
eu.phantomstar.PhantomStar.java
eu.phantomstar.controller.InputHandler.java
eu.phantomstar.dialog.GameOverDialog.java
eu.phantomstar.model.Asset.java
eu.phantomstar.model.Audio.java
eu.phantomstar.model.Background.java
eu.phantomstar.model.Bullet.java
eu.phantomstar.model.Enemy.java
eu.phantomstar.model.Entity.java
eu.phantomstar.model.Meteor.java
eu.phantomstar.model.MoveableEntity.java
eu.phantomstar.model.Score.java
eu.phantomstar.model.Ship.java
eu.phantomstar.model.World.java
eu.phantomstar.model.WorldGenerator.java
eu.phantomstar.model.WorldRenderer.java
eu.phantomstar.tween.SpriteTween.java
eu.phantomstar.view.GameScreen.java
eu.phantomstar.view.MenuScreen.java
eu.phantomstar.view.ScoresScreen.java
eu.phantomstar.view.SettingsScreen.java
eu.phantomstar.view.SplashScreen.java