PyGame Tetris Game
Welcome everyone to my very first game, written entirely in Python 3.11.5. After completing the Tetris technical interview solution, I decided to make a complete Tetris to face a new challenge.
This project was made with the PyGame library, go and check them for more! Such a beautiful way to make games in Python, thanks to the PyGame Team and contributors.
I also want to thank @programmingwithnick for giving me some ideas during this process.
How to play:
- Install dependencies in requirements.txt
- Run main.py file
- Pieces movement with keyboard keys: "S" (down), "D" (right), "A" (left), and "SPACE" (rotation).
Game example: