WIP - An Android tetris game built on AndEngine as a sample for my Bloc.io students.
TetrisBlocs is hosted in the following web site
https://github.com/Spidy88/TetrisBlocs
If you think the Android project TetrisBlocs 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 TetrisBlocs.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [ldpi] |
Target SDK Version | 19 |
Minimum SDK Version | 17 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Asset File Names | assets\gfx\block_blue.png assets\gfx\block_gray.png assets\gfx\block_green.png assets\gfx\block_orange.png assets\gfx\play_grid.png |
There are 1 image files in TetrisBlocs. The names of the image files are listed as follows.
block.png
The following screenshort is generated from the image listed above.
TetrisBlocs has the following Java source files.
com.bloc.tetrisblocs.MainActivity.java com.bloc.tetrisblocs.block.Block.java com.bloc.tetrisblocs.block.LBlock.java