This reverts commit 0ba390d09fab298dd57003e3f130b7ab57459f0e.
Tetris2000
Another Tetris clone using Qt5 on Python 3.x
Requirements
- Python 3.x
- A Qt5 library (PyQt5 or PySide)
- Optionnal: qdarkstyle stylesheet
As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded
Installation
Self-extracting archive for Windows (x64)
Download (46 Mo)
From GitHub
-
Install Python 3.x
-
From a terminal, install PyQt5:
pip3 install --user PyQt5
or PySide2:
pip3 install --user PySide2
-
Install qdarkstyle:
pip3 install --user qdarkstyle
-
Download the archive from GitHub
-
Unzip the archive
-
Launch Tetris2000.py
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 to my pythonista friends krakozaure and ABR
Languages
Python
95.8%
NSIS
3.7%
Batchfile
0.5%