Android Open Source - Framework game battleship






Project Summary

Android Battleship Game. Still in early phase of developing. Goal is to develop a multiplayer game using AllJoyn framework for peer-to-peer communication..

Web Site / Source Repository

battleship is hosted in the following web site
https://github.com/maddocche/battleship

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

ItemValue
Java File Count15
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count3
jar files usedandroid-support-v4.jar




Resource Files

There are 6 image files in battleship. The names of the image files are listed as follows.

blue_square.png
green_square.png
grey_square.png
light_blue_square.png
red_square.png
yellow_square.png

The following screenshort is generated from the image listed above.

null




Java Source Files

battleship has the following Java source files.

com.bombo.battleship.model.Board.java
com.bombo.battleship.model.BoardCell.java
com.bombo.battleship.model.GamePreferences.java
com.bombo.battleship.model.Ship.java
com.bombo.battleship.model.ShipConfiguration.java
com.bombo.battleship.util.ConfigurationDragHelper.java
com.bombo.battleship.util.Utilities.java
com.bombo.battleship.view.GameMenuActivity.java
com.bombo.battleship.view.GamePreferencesActivity.java
com.bombo.battleship.view.RemoveShipOnClickListener.java
com.bombo.battleship.view.ShipConfigurationActivity.java
com.bombo.battleship.view.ShipsListAdapter.java