Simple Tetris clone developed with Pygame and Python. Technically a playable version of Tetris, although mostly developed to learn Pygame.
Written with Python 3.8.2 and pygame 1.9.6
References used:
Tetris Guideline
SRS
Current progress:
- Piece moving down automatically
- Piece shifting left and right
- Piece rotation
- Piece locking in place and spawning a new one
- Next piece preview
- Hard and Soft drops