Android Open Source - Game tetris Tetris3D






Project Summary

Game tetris 3D ch?y tr?n android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Tetris3D.

ItemValue
Java File Count21
Target SDK Version19
Minimum SDK Version14
Activity Count1
Fragment Count1
jar files usedandroid-support-v4.jar
Asset File Namesassets\fragmentShader.glsl
assets\vertexShader.glsl




Java Source Files

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