TETRIS2000/README.md
2018-08-21 19:50:08 +02:00

2.0 KiB

  alt text TETRIS 2000

Yet another Tetris clone, with Qt5 on Python 3

alt text

Installation

Build

  • Install Python 3 with pip

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

    pip3 install --user qtpy
    pip3 install --user qdarkstyle
    pip3 install --user pyinstaller
    
  • Clone repository:

    git clone https://github.com/adrienmalin/Tetris2000
    
  • Build with pyinstaller:

    python3 -m pyinstaller TETRIS2000.spec
    

Credits

Thanks

Thanks to my pythonista friends krakozaure and ABR