This is my mobile apps final project.
AndroidGame is hosted in the following web site
https://github.com/Masonc2011/AndroidGame
If you think the Android project AndroidGame 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 AndroidGame.
Item | Value |
---|---|
Java File Count | 31 |
Target SDK Version | 20 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.VIBRATE android.permission.WRITE_INTERNAL_STORAGE |
Asset File Names | assets\Audio\ObservingTheStar.ogg assets\Audio\OrbitalColossus.mp3 assets\Audio\Sounds\Coin.mp3 assets\Audio\Sounds\Explosion.mp3 assets\Audio\Sounds\Explosion_Small.mp3 assets\Audio\Sounds\Pling.mp3 assets\Audio\Sounds\getSpecial.mp3 assets\textures\Background\MainMenu.png assets\textures\Background\OptionsMenu.png assets\textures\Background\PauseMenu.png assets\textures\SplashScreen\Black.png assets\textures\SplashScreen\PoweredByLibGdx.png assets\textures\SplashScreen\SplashScreen.png assets\textures\Sprites\Ships.png assets\textures\Sprites\Ships_.png assets\textures\Sprites\Special.png assets\textures\Sprites\SpriteSheet.pdn assets\textures\Sprites\SpriteSheet.png assets\textures\Sprites\explosions32.png assets\textures\Thumbs.db |
AndroidGame has the following Java source files.
com.mygdx.Managers.AudioManager.java com.mygdx.Managers.FileManager.java com.mygdx.Managers.GameStateManager.java com.mygdx.Managers.GlobalVars.java com.mygdx.Model.BarSprite.java com.mygdx.Model.Bullet.java com.mygdx.Model.Button.java com.mygdx.Model.CountDown.java com.mygdx.Model.Enemy.java com.mygdx.Model.Explosion.java com.mygdx.Model.HUD.java com.mygdx.Model.Launcher.java com.mygdx.Model.Player.java com.mygdx.Model.Shields.java com.mygdx.Model.Special.java com.mygdx.Model.Sprite.java com.mygdx.Model.Star.java com.mygdx.States.GameOverState.java com.mygdx.States.GameState.java com.mygdx.States.MainMenuState.java com.mygdx.States.OptionsState.java com.mygdx.States.PauseState.java com.mygdx.States.PlayState.java com.mygdx.States.PlayerSelectState.java com.mygdx.States.PoweredBySplashState.java com.mygdx.States.SplashScreenState.java com.mygdx.game.Game.java com.mygdx.game.IOSLauncher.java com.mygdx.game.android.AndroidLauncher.java com.mygdx.game.client.HtmlLauncher.java com.mygdx.game.desktop.DesktopLauncher.java