TETRIS2000/README.md
2018-08-09 00:58:32 +02:00

2.4 KiB

  alt text ETRIS2000

Another Tetris clone using Qt5 on Python 3.x

alt text

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

Download ready to use archive

No need to install requirements

Extract the archive and launch Tetris2000

From GitHub

  • Install Python 3.x

  • From a terminal, install PyQt5:

    pip3 install --user PyQt5
    

    or PySide2:

    pip3 install --user PySide2
    
  • Install qdarkstyle:

    pip3 install --user qdarkstyle
    
  • Download the archive from GitHub

  • Unzip the archive

  • Launch Tetris2000.py

Credits

Thanks to my pythonista friends krakozaure and ABR