Welcome to the classic Tetris game implemented in Python using the Pygame library! Stack and clear lines of blocks to score points and challenge yourself in this timeless puzzle game.
- ๐ฆ 7 Tetromino Shapes: I, T, L, J, O, Z, S.
- โณ Smooth Gameplay: Move, rotate, and drop pieces.
- โญ Score Tracking: Keep an eye on your score as you clear lines.
- ๐ฅ๏ธ Simple Graphics: Clean and minimalistic design for easy play.
-
Clone the repository: git clone https://github.com/UtkarshJi/Tetris-Game.git
-
Navigate to the project directory: cd Tetris-Game
-
Install required dependencies: pip install pygame
-
Start the game: tetris.py
-
Controls:
- Left Arrow: Move left
- Right Arrow: Move right
- Down Arrow: Move down
- Up Arrow: Rotate piece
- ๐ Enhanced rotation logic
- ๐ Level progression
- ๐ Next piece preview
- Feel free to fork this project, submit issues, and send pull requests. Contributions are welcome! ๐
- This project is licensed under the MIT License.