This is a simple classic style tetris game that is built using the pygame module in python. The full code is made in an object oriented manner There are all the neccessary classes in the code and all the basic functions to set up the game. And also at every part of the code proper comments are provided explaining that part of the code.
- To run the game clone or download the code.
- Install pygame python module with the following command :-
pip install pygame


