Bluetooth multiplayer game experimentation.
game is hosted in the following web site
https://github.com/xenris/game
If you think the Android project game 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 game.
Item | Value |
---|---|
Java File Count | 20 |
Target SDK Version | 19 |
Minimum SDK Version | 10 |
Activity Count | 4 |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
game has the following Java source files.
com.xenris.game.AboutActivity.java com.xenris.game.BaseActivity.java com.xenris.game.Bluetooth.java com.xenris.game.BluetoothClientConnection.java com.xenris.game.BluetoothServerConnection.java com.xenris.game.Client.java com.xenris.game.ClientConnection.java com.xenris.game.ClientInfo.java com.xenris.game.Constants.java com.xenris.game.GameState.java com.xenris.game.GameView.java com.xenris.game.Log.java com.xenris.game.MainMenu.java com.xenris.game.MyApplication.java com.xenris.game.Server.java com.xenris.game.ServerConnection.java com.xenris.game.ServerFinderDialog.java com.xenris.game.SettingsActivity.java com.xenris.game.UiHandler.java com.xenris.game.Util.java