Tetris Project description.
Team Name:
- Yuting Jiang
- yutinj2
- Daben Wang
- dabenw
The following required functionality is complete:
- Puzzle pieces fall from the top of the screen.
- The player can move the puzzle piece one square to the left or right.
- The player can rotate the piece by 90 degrees.
- Rotates as long as the newly rotated piece doesn't intercept other blocks.
- The player can accelerate the fall by pressing the down arrow.
- Pushing the down button accelerates the piece downward and doesn't make it fall instantly.
- The piece stops when it hits another piece.
- If an entire horizontal line is full of blocks, it disappears.
- Keeps a running score.
- Shows the next piece to fall.
- Runs on emulator Android 9.0 (Pie) - API Level 28.
The following additional features are implemented:
- Long press the screen can put puzzle pieces to bottom instantly.
- Use gesture to control.