Tetris clone with PyGame for educational purposes.
- Game board is composed by 12 columns for 22 rows.
- There are 7 tetriminos with offical colors
- 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.
pip install
python3 main.py