Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 299 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 299 Bytes

Tetris

Dependencies

  • pygame (pip install pygame)
  • random (pip install random2)
  • python 3.x

The Game

  • Create full rows to increase your score
  • Move the pieces around with the keyboard arrows
  • Use the UP arrow to rotate the piece
  • You lose if the pieces touch the top of the screen