Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 489 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 489 Bytes

MaTris

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.

Requirements

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).

Demo

Demo