Beginnings of an Android game based on battling routers and Bluetooth devices with procedurally generated characters from BSSID's and MACs..
battle-anywhere is hosted in the following web site
https://github.com/OEP/battle-anywhere
If you think the Android project battle-anywhere 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 battle-anywhere.
Item | Value |
---|---|
Java File Count | 20 |
Minimum SDK Version | 2 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_WIFI_STATE |
There are 4 image files in battle-anywhere. The names of the image files are listed as follows.
creature_router.png creature_unknown.png pikachu.png viking.png
The following screenshort is generated from the image listed above.
battle-anywhere has the following Java source files.
org.oep.crawler.BattleActivity.java org.oep.crawler.WorldActivity.java org.oep.crawler.game.Attack.java org.oep.crawler.game.Creature.java org.oep.crawler.game.GameState.java org.oep.crawler.tile.Camera.java org.oep.crawler.tile.Feature.java org.oep.crawler.tile.Terrain.java org.oep.crawler.tile.TileManager.java org.oep.crawler.util.Vector2.java org.oep.crawler.views.BattleScene.java org.oep.crawler.views.Battlefield.java org.oep.crawler.views.CreatureListAdapter.java org.oep.crawler.views.Refreshable.java org.oep.crawler.views.gfx.AbstractGraphic.java org.oep.crawler.views.gfx.TouchBubble.java org.oep.crawler.xml.AttackHandler.java org.oep.net.MACHandler.java org.oep.net.MACReceiver.java org.oep.net.MACResult.java