Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 388 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 388 Bytes

Tetris

Tetris game implemented in Python 3 and PyGame

Usage

Run:

$ python3 tetris.py

Controls:

  • Left Arrow: move piece left.
  • Right Arrow: move piece right.
  • Down Arrow: move piece down (fast).
  • Up Arrow: rotate piece clockwise.
  • Space: rotate piece anti anticlockwise.
  • Intro: pause.

alt text

alt text