my tetris implementation using libgdx java library.
libgdx_tetris is hosted in the following web site
https://github.com/jonasblumer/libgdx_tetris
If you think the Android project libgdx_tetris 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 libgdx_tetris.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Asset File Names | assets\badlogic.jpg assets\grey.png assets\hud.png assets\square_16x16.png assets\square_16x16_blue.png assets\square_16x16_green.png assets\square_16x16_grey.png assets\square_16x16_orange.png assets\square_16x16_pink.png assets\square_16x16_yellow.png |
libgdx_tetris has the following Java source files.
com.entwicklungspark.games.tetris.Board.java com.entwicklungspark.games.tetris.TetrisGame.java com.entwicklungspark.games.tetris.Tetromino.java com.entwicklungspark.games.tetris.android.AndroidLauncher.java com.entwicklungspark.games.tetris.desktop.DesktopLauncher.java com.entwicklungspark.games.tetris.helpers.InputHelper.java com.entwicklungspark.games.tetris.helpers.TetrominoShapes.java