An Android 4.3. Tetris game for a LED Matrix connected with Bluetooth.
android-tetris is hosted in the following web site
https://github.com/PeterMerkert/android-tetris
If you think the Android project android-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 android-tetris.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 18 |
Minimum SDK Version | 18 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.WAKE_LOCK |
android-tetris has the following Java source files.
com.example.tetris.GameActivity.java com.example.tetris.MainActivity.java com.example.tetris.game.Gameblock.java com.example.tetris.game.Gamefield.java com.example.tetris.game.StaticFields.java com.example.tetris.game.Tetris.java