Android Open Source - Game example capture-the-flag






Project Summary

Capture The Flag Android Game. Includes example code for Near Field Communication, Phone Proximity (Using Bluetooth)..

Web Site / Source Repository

capture-the-flag is hosted in the following web site
https://github.com/anthonyhughes/capture-the-flag

If you think the Android project capture-the-flag 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 capture-the-flag.

ItemValue
Java File Count20
Supported screen sizes[ldpi]
Target SDK Version16
Minimum SDK Version16
Activity Count7
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.INTERNET
android.permission.NFC
android.permission.WRITE_INTERNAL_STORAGE
com.anthony.ctf.permission.MAPS_RECEIVE
com.google.android.providers.gsf.permission.READ_GSERVICES




Resource Files

There are 1 image files in capture-the-flag. The names of the image files are listed as follows.

icon2.png

The following screenshort is generated from the image listed above.

null

Java Source Files

capture-the-flag has the following Java source files.

com.anthony.ctf.bluetooth.BluetoothActivity.java
com.anthony.ctf.bluetooth.BluetoothProximityService.java
com.anthony.ctf.bluetooth.DeviceListActivity.java
com.anthony.ctf.bluetooth.EnemyDetectionActivity.java
com.anthony.ctf.game.Game.java
com.anthony.ctf.game.MainActivity.java
com.anthony.ctf.game.Player.java
com.anthony.ctf.maps.MapsActivity.java
com.anthony.ctf.nfc.CommunicationActivity.java
com.anthony.ctf.nfc.MessagesArrayAdapter.java
com.anthony.ctf.nfc.MessagesListActivity.java
com.anthony.ctf.nfc.NFCActivity.java
com.anthony.ctf.nfc.PassFlagActivity.java
com.anthony.ctf.nfc.utilities.NFCHelper.java
com.anthony.ctf.utilities.AndroidHelper.java
com.anthony.ctf.utilities.AuthenticationHelper.java
com.anthony.ctf.utilities.FileHelper.java
com.anthony.ctf.utilities.StringHelper.java
com.anthony.ctf.utilities.WebServiceConnector.java
com.anthony.ctf.utilities.XmlDocumentHelper.java