Yet another Tetris clone, with Qt5 on Python 3
- Linux archive (78.3 MB)
- Windows installer (53.6 MB)
-
On Linux:
mkdir TETRIS2000 # Create folder cd TETRIS2000 # Enter folder git clone https://git.malingrey.fr/adrien/TETRIS2000.git # Clone repository python3 -m venv venv # Create a virtual environment source venv/bin/activate # Activate the virtual environment pip3 install -r requirements.txt # Install requirements python -m fbs run # Run application python -m fbs freeze # Freeze
-
On Windows:
Download and extract source. Open a command prompt and go to extracted directory
REM Create and activate a virtual environment python -m venv venv call venv\scripts\activate.bat REM Install requirements pip install -r requirements.txt REM Run application python -m fbs run REM Create installer python -m fbs installer
- 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