Made a clone of tetris in python using pygame library. You can clone this repo and run main.py file.
Didn't use any sprites, I created the squares using pygame's Rect class.
TODO:
- Add music
- Add different game modes
- add new and different shapes