Android Open Source - Game color color-battle






Project Summary

A color android game..

Web Site / Source Repository

color-battle is hosted in the following web site
https://github.com/timb-stud/color-battle

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

ItemValue
Java File Count42
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version8
Minimum SDK Version8
Activity Count1
jar files usedgdx-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
gson-2.2.2.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.CHANGE_WIFI_MULTICAST_STATE
android.permission.INTERNET
android.permission.READ_PHONE_STATE
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\GameScreenWallpaper.png
assets\color.png
assets\data\font.fnt
assets\data\font.png
assets\license_free_8_bit_music.txt
assets\menu\1.png
assets\menu\2.png
assets\menu\2P_WLAN.png
assets\menu\2P_WLAN_hover.png
assets\menu\3.png
assets\menu\3P_WLAN.png
assets\menu\3P_WLAN_hover.png
assets\menu\4P_WLAN.png
assets\menu\4P_WLAN_hover.png
assets\menu\Button_BT.png
assets\menu\Button_BT_hover.png
assets\menu\Button_WLAN.png
assets\menu\Button_WLAN_Touched.png
assets\menu\Button_WLAN_hover.png
assets\menu\ExitGame.png
assets\menu\ExitGame_hover.png
assets\menu\GameEndBack.png
assets\menu\GameFinishWallpaper.png
assets\menu\MenuScreenWallpaper.png
assets\menu\Open_BT_Button.png
assets\menu\Open_BT_Button_hover.png
assets\menu\WLANMenuScreenWallpaper.png
assets\menu\WaitingForPlayer.png
assets\menu\back.png
assets\menu\back_hover.png
assets\menu\join.png
assets\menu\join_hover.png
assets\player.png
assets\powerup.png
assets\sound\8-bit.mp3
assets\sound\background.mp3
assets\sound\click.mp3
assets\sound\licenses.txt
assets\sound\pop.mp3
assets\sound\powerup.mp3
assets\splash.png




Resource Files

There are 1 image files in color-battle. The names of the image files are listed as follows.

colorbattle_launcher.png

The following screenshort is generated from the image listed above.

null

Java Source Files

color-battle has the following Java source files.

de.htw.colorbattle.ColorBattleGame.java
de.htw.colorbattle.GameResult.java
de.htw.colorbattle.GameScreen.java
de.htw.colorbattle.Main.java
de.htw.colorbattle.MainActivity.java
de.htw.colorbattle.bluetooth.BluetoothActionResolverAndroid.java
de.htw.colorbattle.bluetooth.BluetoothMultiplayer.java
de.htw.colorbattle.config.BattleColorConfig.java
de.htw.colorbattle.config.RuntimeConfig.java
de.htw.colorbattle.exception.NetworkException.java
de.htw.colorbattle.gameobjects.CountDown.java
de.htw.colorbattle.gameobjects.GameBorder.java
de.htw.colorbattle.gameobjects.Player.java
de.htw.colorbattle.gameobjects.PlayerSimulation.java
de.htw.colorbattle.gameobjects.PowerUp.java
de.htw.colorbattle.input.Accelerometer.java
de.htw.colorbattle.menuscreens.BluetoothMenu.java
de.htw.colorbattle.menuscreens.GameCountDown.java
de.htw.colorbattle.menuscreens.GameEndMenu.java
de.htw.colorbattle.menuscreens.JoiningScreen.java
de.htw.colorbattle.menuscreens.MainMenu.java
de.htw.colorbattle.menuscreens.SplashMenu.java
de.htw.colorbattle.menuscreens.TouchSprite.java
de.htw.colorbattle.menuscreens.WlanMenu.java
de.htw.colorbattle.multiplayer.BombExplodeMsg.java
de.htw.colorbattle.multiplayer.InvertControlMsg.java
de.htw.colorbattle.multiplayer.MultigameLogic.java
de.htw.colorbattle.multiplayer.PowerUpSpawnMsg.java
de.htw.colorbattle.multiplayer.SpeedDownControlMsg.java
de.htw.colorbattle.multiplayer.SpeedUpControlMsg.java
de.htw.colorbattle.multiplayer.StartGameMsg.java
de.htw.colorbattle.network.MainActivityInterface.java
de.htw.colorbattle.network.NetworkActionResolver.java
de.htw.colorbattle.network.TCPService.java
de.htw.colorbattle.network.UDPService.java
de.htw.colorbattle.toast.Toast.java
de.htw.colorbattle.utils.ColorHelper.java
de.htw.colorbattle.utils.SerializeUtils.java