2.1 KiB
2.1 KiB
TETRIS 2000
Yet another Tetris clone, with Qt5 on Python 3
Installation
- Download archive (34 Mo)
- Extract the archive
- Launch Tetris2000
Build
-
Install Python 3 with pip
-
Install qtpy, PyQt5 or PySide2, qdarkstyle, and nuitka (Nota: qdarkstyle don't support PySide2 yet):
pip3 install --user qtpy pip3 install --user PyQt5 pip3 install --user qdarkstyle pip3 install --user pyinstaller
-
Clone repository:
git clone https://github.com/adrienmalin/Tetris2000
-
Build with pyinstaller:
pyinstaller TETRIS2000.spec
Credits
- Tetris Game Design by Alekseï Pajitnov
- Graphism inspired by Tetris Effect
- Window style sheet: qdarkstyle by Colin Duquesnoy
- Fonts by Markus Koellmann, Peter Wiegel
- Images from:
OpenGameArt.org by beren77, Duion
Pexels by Min An, Jaymantri, Felix Mittermeier
Pixabay by LoganArt
PIXNIO by Adrian Pelletier
Unsplash by Aron, Patrick Fore, Ilnur Kalimullin, Gabriel Garcia Marengo, Adnanta Raharja
StockSnap.io by Nathan Anderson, José Ignacio Pompé - Musics from Overclocked Remix by:
CheDDer Nardz, djpretzel, MkVaff, Sir_NutS, R3FORGED, Sir_NutS - Sound effects made with voc-one by Simple-Media
Thanks
Thanks to my pythonista friends krakozaure and ABR