A tetris implementation with python
- The codes have been tested in a standard screen monitor 4:3.
- I'll work the music later :P
The codes have been tested with Python 3.6 and 3.7 on Debian based linux distributions (Mint 19, Ubuntu 16).
You only need pygame installed on your computer:
pip install pygame
To run the game just type:
python tetris.py