Multiplayer Space Fighter Android Game.
Aether-Flames is hosted in the following web site
https://github.com/Jraipxg/Aether-Flames
If you think the Android project Aether-Flames 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 Aether-Flames.
Item | Value |
---|---|
Java File Count | 57 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
Asset File Names | assets\font\LithosPro-Black.otf assets\font\LithosPro-Regular.otf assets\font\lithosproblack.ttf assets\gfx\Bullet.png assets\gfx\Buttons.png assets\gfx\D-Pad.png assets\gfx\Empty.png assets\gfx\Explosion.png assets\gfx\Nyannon.png assets\gfx\PlasmaBlaster.png assets\gfx\PlasmaSphere.png assets\gfx\Shield.png assets\gfx\WeaponIndicatorBox.png assets\gfx\healthCrate.png assets\gfx\nyanlinelow.png assets\gfx\onscreen_control_base.png assets\gfx\onscreen_control_knob.png assets\gfx\ship.png assets\gfx\ships.png assets\gfx\spaceBackground.png assets\gfx\titleScreen.png |
Aether-Flames has the following Java source files.
com.jjaz.aetherflames.AetherFlamesActivity.java com.jjaz.aetherflames.AetherFlamesConstants.java com.jjaz.aetherflames.AetherFlamesCreateServerMenu.java com.jjaz.aetherflames.AetherFlamesMainMenu.java com.jjaz.aetherflames.AetherFlamesQuickMatchMenu.java com.jjaz.aetherflames.AetherFlamesServer.java com.jjaz.aetherflames.AetherFlamesServerListMenu.java com.jjaz.aetherflames.ButtonControlListener.java com.jjaz.aetherflames.CollisionHandler.java com.jjaz.aetherflames.GameServer.java com.jjaz.aetherflames.HealthCrate .java com.jjaz.aetherflames.MatchmakerClient.java com.jjaz.aetherflames.Mine .java com.jjaz.aetherflames.Nyannon.java com.jjaz.aetherflames.PlasmaBlaster.java com.jjaz.aetherflames.ProjectileWeapon.java com.jjaz.aetherflames.SceneUpdateHandler.java com.jjaz.aetherflames.Ship.java com.jjaz.aetherflames.ShipMovementControlListener.java com.jjaz.aetherflames.messages.client.CollisionClientMessage.java com.jjaz.aetherflames.messages.client.ConnectionCloseClientMessage.java com.jjaz.aetherflames.messages.client.ConnectionEstablishClientMessage.java com.jjaz.aetherflames.messages.client.ConnectionPingClientMessage.java com.jjaz.aetherflames.messages.client.DoneClientMessage.java com.jjaz.aetherflames.messages.client.GameStartClientMessage.java com.jjaz.aetherflames.messages.client.GameStateClientMessage.java com.jjaz.aetherflames.messages.client.HitHealthPackClientMessage.java com.jjaz.aetherflames.messages.client.NewBulletClientMessage.java com.jjaz.aetherflames.messages.client.ShipUpdateClientMessage.java com.jjaz.aetherflames.messages.matchmaker.ConnectionCloseMatchmakerMessage.java com.jjaz.aetherflames.messages.matchmaker.ConnectionEstablishMatchmakerMessage.java com.jjaz.aetherflames.messages.matchmaker.ConnectionRejectedProtocolMismatchMatchmakerMessage.java com.jjaz.aetherflames.messages.matchmaker.FreeServerMatchmakerMessage.java com.jjaz.aetherflames.messages.matchmaker.NoServerFoundMatchmakerMessage.java com.jjaz.aetherflames.messages.matchmaker.ServerListMatchmakerMessage.java com.jjaz.aetherflames.messages.phone.ConnectionClosePhoneMessage.java com.jjaz.aetherflames.messages.phone.ConnectionEstablishPhoneMessage.java com.jjaz.aetherflames.messages.phone.CurrentPlayerCountPhoneMessage.java com.jjaz.aetherflames.messages.phone.GameStartPhoneMessage.java com.jjaz.aetherflames.messages.phone.GetFirstServerPhoneMessage.java com.jjaz.aetherflames.messages.phone.GetServerListPhoneMessage.java com.jjaz.aetherflames.messages.phone.StartServerPhoneMessage.java com.jjaz.aetherflames.messages.server.CollisionServerMessage.java com.jjaz.aetherflames.messages.server.ConnectionCloseServerMessage.java com.jjaz.aetherflames.messages.server.ConnectionEstablishedServerMessage.java com.jjaz.aetherflames.messages.server.ConnectionPongServerMessage.java com.jjaz.aetherflames.messages.server.ConnectionRejectedGameStartedServerMessage.java com.jjaz.aetherflames.messages.server.ConnectionRejectedProtocolMissmatchServerMessage.java com.jjaz.aetherflames.messages.server.DoneServerMessage.java com.jjaz.aetherflames.messages.server.GameEndServerMessage.java com.jjaz.aetherflames.messages.server.GameStartServerMessage.java com.jjaz.aetherflames.messages.server.GameStateServerMessage.java com.jjaz.aetherflames.messages.server.HitHealthPackServerMessage.java com.jjaz.aetherflames.messages.server.NewBulletServerMessage.java com.jjaz.aetherflames.messages.server.NewHealthPackServerMessage.java com.jjaz.aetherflames.messages.server.ShipUpdateServerMessage.java com.jjaz.aetherflames.physics.DistributedFixedStepPhysicsWorld.java