A simple and just-for-fun game on Android.
grabing_blocks is hosted in the following web site
https://github.com/geraint0923/grabing_blocks
If you think the Android project grabing_blocks 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 grabing_blocks.
Item | Value |
---|---|
Java File Count | 15 |
Target SDK Version | 17 |
Minimum SDK Version | 10 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
grabing_blocks has the following Java source files.
com.thu.grabingblocks.CreateGameActivity.java com.thu.grabingblocks.JoinGameActivity.java com.thu.grabingblocks.LaunchActivity.java com.thu.grabingblocks.MainMenuActivity.java com.thu.grabingblocks.MultiPlayerMenuActivity.java com.thu.grabingblocks.SinglePlayerMenuActivity.java com.thu.grabingblocks.background.Board.java com.thu.grabingblocks.background.Point.java com.thu.grabingblocks.background.Shape.java com.thu.grabingblocks.background.ShapeManager.java com.thu.grabingblocks.background.TestBoard.java com.thu.grabingblocks.background.TestShape.java com.thu.grabingblocks.network.Connection.java com.thu.grabingblocks.network.ConnectionManager.java com.thu.grabingblocks.network.Discoverer.java