2018-08-21 15:19:13 +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-06 02:14:44 +02:00
2018-08-20 23:06:11 +02:00
2018-08-21 01:21:06 +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-21 14:19:54 +02:00
2018-08-20 01:16:02 +02:00

  alt text TETRIS 2000

Yet another Tetris clone, with Qt5 on Python 3

alt text

Installation

Build

  • Install Python 3 with pip

  • Install PyQt5 or PySide2, qdarkstyle, and nuitka: (Nota: qdarkstyle don't support PySIde2 yet)

    pip3 install --user PyQt5
    pip3 install --user qdarkstyle
    pip3 install --user nuitka
    
  • Clone repository:

    mkdir TETRIS2000
    cd TETRIS2000
    git clone https://github.com/adrienmalin/Tetris2000
    
  • Build:

    python3 -m nuitka  Tetris2000.py --recurse-all
    

Credits

Thanks

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%