An implementation of Tetris with Pygame.
This version of Tetris runs on Python 3.8 and Pygame 2.0.
To install Pygame, run the following command in the terminal:
pip3 install pygame
To run, simply run the tetris.py file.
SPACE - start a new game
P - pause/play
←/→ - move current block left/right
↑ - hard drop
↓ - soft drop
R - rotate current block clockwise
Gameplay
Paused
Game Over
- Nihar Lohan - May 2020


