/tetris-python

A tetris implementation with python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Tetris-python


A tetris implementation with python

Image0 Image1

  • The codes have been tested in a standard screen monitor 4:3.
  • I'll work the music later :P

INSTALLATION


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

Usage

To run the game just type:

python tetris.py

Image2 Image3