Skip to content

kyrie007/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 3 - Tetris

Project Name Tetris.

Team Name: GPA4.0

  • MENG ZHOU
  • 001021223
  • Zehua Wang
  • 001021120

how to use git to manage version control

  1. git pull(important!!!!)
  2. git add .(add all files into buffer)
  3. git commit -m "something you wanna say"
  4. git push origin master
  5. done

Functionalities

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages