TETRIS2000/README.md
2018-07-31 15:48:21 +02:00

692 B

Tetris2000

Another Tetris clone using Qt5 on Python 3.x

Requirements

As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded

Installation

From PyPI

pip3 install --user Tetris2000
python -m Tetris2000

From GitHub

pip3 install --user PyQt5
pip3 install --user qdarkstyle

or

pip3 install --user PySide2
  • Download the archive from GitHub
  • Unzip the archive
  • Launch Tetris2000.py