Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 641 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 641 Bytes

Tetris

🎮 A Java implementation of the game Tetris.
Made with: java.awt & javax.swing

Demo


Controls

Key Function
Move left
Move right
Move down
Rotate piece
space Drop piece

Author: Miffy Chen

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