Requirements:
- Python 3.8+
- pygame
Installation (PowerShell):
python -m pip install -r requirements.txt
python main.pyControls:
- Left/Right arrows: Move piece
- Up arrow: Rotate
- Down arrow: Soft drop
- Space: Hard drop
- 'c': Hold
- 'p': Pause
- 'r': Restart
Notes:
This Tetris was copied from your workspace and packaged into Tetris_Game/ for easy testing.