Android Battleship Game. Still in early phase of developing. Goal is to develop a multiplayer game using AllJoyn framework for peer-to-peer communication..
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.
The following table is the detailed list of battleship.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
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.
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