A simple Tetris clone built in Python using the Pygame library.
- Classic Tetris gameplay
- Colorful falling tetrominoes
- Line clearing logic
- Keyboard controls for rotation and movement
- Smooth rendering using Pygame
Make sure you have Python and Pygame installed:
pip install pygame