2018-07-31 23:59:20 +02:00
2018-07-31 23:59:20 +02:00
2018-07-30 22:05:14 +02:00
2018-07-30 22:05:14 +02:00
2018-07-31 12:44:34 +02:00
2018-07-31 17:40:43 +02:00
2018-07-31 12:44:34 +02:00
2018-07-31 12:45:44 +02:00

Tetris2000

Another Tetris clone using Qt5 on Python 3.x

Requirements

  • Python 3.x
  • A Qt5 library (PyQt5 or PySide)
  • Optionnal: qdarkstyle stylesheet

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

Installation

From PyPI

pip3 install --user Tetris2000
python3 -m Tetris2000

From GitHub

Install PyQt5 and qdarkstyle

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

or PySide2

pip3 install --user PySide2
  • Download the archive from GitHub
  • Unzip the archive
  • Open Tetris2000 folder
  • Launch Tetris2000.py
Description
Yet another Tetris clone
Readme 218 MiB
Languages
Python 95.8%
NSIS 3.7%
Batchfile 0.5%