Minecraft-Like 2D Game - Mobile Version.
MCTPO-Mobile is hosted in the following web site
https://github.com/atlan1/MCTPO-Mobile
If you think the Android project MCTPO-Mobile 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 MCTPO-Mobile.
Item | Value |
---|---|
Java File Count | 48 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\fonts\tahoma.ttf assets\images\animation.png assets\images\builddestroybutton.png assets\images\buildonlybutton.png assets\images\destroyonlybutton.png assets\images\heart.png assets\images\heart_black.png assets\images\lol.png assets\images\slot_normal.png assets\images\slot_selected.png assets\images\terrain.png assets\images\vignette_2.png |
There are 1 image files in MCTPO-Mobile. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
MCTPO-Mobile has the following Java source files.
com.atlan1.mctpo.mobile.API.LivingThing.java com.atlan1.mctpo.mobile.API.Thing.java com.atlan1.mctpo.mobile.API.Widget.java com.atlan1.mctpo.mobile.Block.java com.atlan1.mctpo.mobile.Character.java com.atlan1.mctpo.mobile.DoubleRectangle.java com.atlan1.mctpo.mobile.GameActivity.java com.atlan1.mctpo.mobile.GameThread.java com.atlan1.mctpo.mobile.Graphics.Dimension.java com.atlan1.mctpo.mobile.Graphics.FlipHelper.java com.atlan1.mctpo.mobile.Graphics.Line.Double.java com.atlan1.mctpo.mobile.Graphics.Line2d.java com.atlan1.mctpo.mobile.Graphics.Point.java com.atlan1.mctpo.mobile.Graphics.Rectangle.java com.atlan1.mctpo.mobile.HUD.HUD.java com.atlan1.mctpo.mobile.HUD.HealthBar.java com.atlan1.mctpo.mobile.HUD.InventoryBar.java com.atlan1.mctpo.mobile.Inventory.Inventory.java com.atlan1.mctpo.mobile.Inventory.Slot.java com.atlan1.mctpo.mobile.ItemStack.java com.atlan1.mctpo.mobile.MCTPO.java com.atlan1.mctpo.mobile.MainGamePanel.java com.atlan1.mctpo.mobile.Physics.AbstractPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.AbstractBlockPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.BlockPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.DamageCollision.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.DecayPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.FallPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.FirePhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.FlowPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.LavaPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.LeavesPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.SandPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.SpreadPhysics.java com.atlan1.mctpo.mobile.Physics.BlockPhysics.WaterPhysics.java com.atlan1.mctpo.mobile.Physics.Physics.java com.atlan1.mctpo.mobile.Sky.java com.atlan1.mctpo.mobile.Texture.BitmapHelper.java com.atlan1.mctpo.mobile.Texture.SpriteImage.java com.atlan1.mctpo.mobile.Texture.TextureLoader.java com.atlan1.mctpo.mobile.WGen.MountainGenerator.java com.atlan1.mctpo.mobile.WGen.OverlayGenerator.java com.atlan1.mctpo.mobile.WGen.RectangleGenerator.java com.atlan1.mctpo.mobile.WGen.TreeGenerator.java com.atlan1.mctpo.mobile.WGen.WorldGenerator.java com.atlan1.mctpo.mobile.WGen.YSectorGenerator.java com.atlan1.mctpo.mobile.World.java