๐ฎ A Java implementation of the game Tetris.
Made with: java.awt
& javax.swing
- Download
Tetris.jar
to play.
Key | Function |
---|---|
โ |
Move left |
โ |
Move right |
โ |
Move down |
โ |
Rotate piece |
space |
Drop piece |
- MET CS232 Programming with Java
- Final Project - Tetris
- Name: Miffy Chen
- Due Date: 2017/12/12
- Program Description: See pseudo code, UML diagram, and test parameters.