Download Free code battleship
Description
Android Battleship Game. Still in early phase of developing. Goal is to develop a multiplayer game using AllJoyn framework for peer-to-peer communication.
Icons
Source Files
The download file battleship-master.zip has the following entries.
AndroidManifest.xml/*from ww w . ja v a2s.com*/
README.md
gen/com/bombo/battleship/BuildConfig.java
gen/com/bombo/battleship/R.java
libs/android-support-v4.jar
proguard-project.txt
project.properties
res/drawable-hdpi/blue_square.png
res/drawable-hdpi/green_square.png
res/drawable-hdpi/grey_square.png
res/drawable-hdpi/ic_launcher.png
res/drawable-hdpi/light_blue_square.png
res/drawable-hdpi/red_square.png
res/drawable-hdpi/yellow_square.png
res/drawable-mdpi/ic_launcher.png
res/drawable-xhdpi/ic_launcher.png
res/layout-land/activity_ship_configuration.xml
res/layout-port/activity_ship_configuration.xml
res/layout/activity_game_menu.xml
res/layout/activity_game_preferences.xml
res/layout/configuration_ship_item.xml
res/layout/configuration_ship_item_positioned.xml
res/layout/configuration_ship_item_selected.xml
res/menu/activity_game_menu.xml
res/values-v11/styles.xml
res/values-v14/styles.xml
res/values/colors.xml
res/values/strings.xml
res/values/styles.xml
src/com/bombo/battleship/model/Board.java
src/com/bombo/battleship/model/BoardCell.java
src/com/bombo/battleship/model/CellDrawType.java
src/com/bombo/battleship/model/Direction.java
src/com/bombo/battleship/model/GamePreferences.java
src/com/bombo/battleship/model/Ship.java
src/com/bombo/battleship/model/ShipConfiguration.java
src/com/bombo/battleship/model/ShipType.java
src/com/bombo/battleship/util/ConfigurationDragHelper.java
src/com/bombo/battleship/util/Utilities.java
src/com/bombo/battleship/view/GameMenuActivity.java
src/com/bombo/battleship/view/GamePreferencesActivity.java
src/com/bombo/battleship/view/RemoveShipOnClickListener.java
src/com/bombo/battleship/view/ShipConfigurationActivity.java
src/com/bombo/battleship/view/ShipsListAdapter.java
Download
Click the following link to download battleship-master.zip.
battleship-master.zipHome »
Android Free Code »
Game »
Android Free Code »
Game »