Game tetris 3D ch?y tr?n android.
Tetris3D is hosted in the following web site
https://github.com/thaibinh214/Tetris3D
If you think the Android project Tetris3D 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 Tetris3D.
Item | Value |
---|---|
Java File Count | 21 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Asset File Names | assets\fragmentShader.glsl assets\vertexShader.glsl |
Tetris3D has the following Java source files.
com.sgu.tetris3d.MainActivity.java com.sgu.tetris3d.TetrisGLSurface.java com.sgu.tetris3d.TetrisRenderer.java com.sgu.tetris3d.game.Block.java com.sgu.tetris3d.game.BlockFactory.java com.sgu.tetris3d.game.Board.java com.sgu.tetris3d.game.Element.java com.sgu.tetris3d.game.Game.java com.sgu.tetris3d.game.GameLogic.java com.sgu.tetris3d.game.math.Matrix4f.java com.sgu.tetris3d.game.math.Vector3f.java com.sgu.tetris3d.game.opengl.BufferUtils.java com.sgu.tetris3d.game.opengl.Camera.java com.sgu.tetris3d.game.opengl.CubeMesh.java com.sgu.tetris3d.game.opengl.GL11.java com.sgu.tetris3d.game.opengl.GL15.java com.sgu.tetris3d.game.opengl.GL20.java com.sgu.tetris3d.game.opengl.GLRenderer.java com.sgu.tetris3d.game.opengl.VertexData.java