Android Open Source - Game minecraft MCTPO-Mobile






Project Summary

Minecraft-Like 2D Game - Mobile Version.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of MCTPO-Mobile.

ItemValue
Java File Count48
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\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




Resource Files

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.

null

Java Source Files

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