A clone of Tetris made using Pygame. Licensed under the GNU GPLv3. Works with both Python 2 and 3.
Run python matris.py
(or python3 matris.py
) to start the game.
The game requires pygame. On Ubuntu it can be installed with these commands: sudo apt install python-pip && sudo pip install pygame
(for Python 2) sudo apt install python3-pip && sudo pip3 install pygame
(for Python 3).