🎮 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.