An attempt at recreating the popular game Tetris using pygame.
- Gokul Bejoy [https://github.com/kur0n0k0]
- Harikrishnan B. [https://github.com/harikrishnan-git]
- Johan B.George [https://github.com/johan-BG]
- It has 4 classes Block, App ,Tetris and Tetromino where app class contolls rest of classes.
- Block controls appearance of blocks,Teromino controls each set of blocks and Tetris controls all tetrominos in plane field.
tetris.video.mp4
pygame - 2.3.0
- Install Python 3.10.6
- Install necessary libraries using pip
- Run the main.py file
Up-Arrow : Rotate
Left-Arrow : Move block left
Right-Arrow : Move block right
Down-Arrow: Make block fall faster