2018-08-19 23:28:49 +02:00
2018-08-06 02:44:58 +02:00
2018-08-06 02:14:44 +02:00
2018-08-06 02:14:44 +02:00
2018-08-07 00:14:13 +02:00
2018-08-06 02:14:44 +02:00
2018-08-09 00:57:16 +02:00
2018-08-06 02:14:44 +02:00
2018-08-06 02:32:14 +02:00
2018-08-19 23:08:54 +02:00
2018-08-06 23:00:06 +02:00
2018-08-19 23:28:49 +02:00
2018-08-19 05:26:26 +02:00
2018-08-19 23:28:49 +02:00

  T TETRIS 2000

Another Tetris clone using Qt5 on Python 3.x

Screenshot

Requirements

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 QDarkStylesheet:

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

  • Unzip the archive

  • Launch Tetris2000.py

Credits

Thanks to my pythonista friends krakozaure and ABR

Description
Yet another Tetris clone
Readme 218 MiB
Languages
Python 95.8%
NSIS 3.7%
Batchfile 0.5%