A simple version of Tetris written in Python using PyQt5 (and some other modules).
- Implement soft drop
- Show only next piece, not a queue
- Fix proper rotations so T-spins are viable
- Shading to show tetromino placement
- Fix game over
- Implement hold functionality
- Implement hard drop
- Calculate score correctly
- Better Tetromino colors
- Clean up GUI code
- (Unimportant) Dynamic placement of game
- (Unimportant) Proper class/function descriptions