This is an Android game that two devices can connect with bluetooth and send bugs to each other..
BugFight is hosted in the following web site
https://github.com/yiochen/BugFight
If you think the Android project BugFight 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 BugFight.
Item | Value |
---|---|
Java File Count | 26 |
Target SDK Version | 21 |
Minimum SDK Version | 10 |
Activity Count | 1 |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
Asset File Names | assets\OGLdpf.log assets\data\Background.png assets\data\Beetle.png assets\data\Beetle_p.png assets\data\Blue_drop.png assets\data\Dark_gray.png assets\data\Downbox.png assets\data\Grass.png assets\data\Gray.png assets\data\HP.png assets\data\HP_indicator.png assets\data\Ladybug.png assets\data\Ladybug_p.png assets\data\Locust.png assets\data\Locust_p.png assets\data\Normal.png assets\data\Normal_p.png assets\data\Pink.png assets\data\Pink_drop.png assets\data\Power.png assets\data\PowerBackground.png assets\data\Upbox.png assets\data\Yellow.png assets\data\Yellow_drop.png assets\data\bugMeLogo.png assets\data\pain.mp3 assets\data\panel.png assets\data\pang.mp3 assets\data\slap.mp3 assets\data\splash.png assets\font\Mathlete.fnt assets\font\Mathlete.png |
BugFight has the following Java source files.
yiou.chen.bugfight.Assets.java yiou.chen.bugfight.BugFightGame.java yiou.chen.bugfight.BugInputProcessor.java yiou.chen.bugfight.Constants.java yiou.chen.bugfight.World.java yiou.chen.bugfight.android.AndroidBluetooth.java yiou.chen.bugfight.android.AndroidLauncher.java yiou.chen.bugfight.desktop.DesktopLauncher.java yiou.chen.bugfight.desktop.DummyBluetooth.java yiou.chen.bugfight.interfaces.BluetoothCallback.java yiou.chen.bugfight.interfaces.Renderable.java yiou.chen.bugfight.interfaces.Updateable.java yiou.chen.bugfight.object.DynamicGameObject.java yiou.chen.bugfight.object.GameObject.java yiou.chen.bugfight.object.PowerScale.java yiou.chen.bugfight.object.bugs.Beetle.java yiou.chen.bugfight.object.bugs.Bug.java yiou.chen.bugfight.object.bugs.Ladybug.java yiou.chen.bugfight.object.bugs.Locust.java yiou.chen.bugfight.object.bugs.NormalBug.java yiou.chen.bugfight.screen.AbstractScreen.java yiou.chen.bugfight.screen.ClientScreen.java yiou.chen.bugfight.screen.GameScreen.java yiou.chen.bugfight.screen.MainScreen.java yiou.chen.bugfight.screen.ServerScreen.java yiou.chen.bugfight.screen.WorldRenderer.java