TETRIS2000/README.md
2018-08-21 15:13:57 +02:00

2.1 KiB

  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:

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

    python3 -m nuitka  Tetris2000.py --recurse-all
    
  • On Windows, add icons/icon.ico toTetris2000.exe with Resource hacker

Credits

Thanks

Thanks to my pythonista friends krakozaure and ABR