Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 622 Bytes

File metadata and controls

19 lines (16 loc) · 622 Bytes

pytris

Tetris clone with PyGame for educational purposes.

Basics

  • Game board is composed by 12 columns for 22 rows.
  • There are 7 tetriminos with offical colors Tetriminos-banner.png
  • The game
    • Tetriminos appears randomly one by one on top of the game board.
    • Tetriminos falls down on the board until there is an obstacle (bottom of the board or a previous tetriminos)
    • The player can move tetriminos on left or right or change the angle.
    • The goal is to fulfill rows to add score.

To install dependencies and run

pip install
python3 main.py