31 lines
722 B
Markdown
31 lines
722 B
Markdown
# Tetris2000
|
|
Another Tetris clone using Qt5 on Python 3.x
|
|
|
|
### Requirements
|
|
|
|
* Python 3.x
|
|
* A Qt5 library (PyQt5 or PySide)
|
|
* Optionnal: [qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet) stylesheet
|
|
|
|
As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded
|
|
|
|
### Installation
|
|
|
|
#### From [PyPI](https://pypi.org/)
|
|
|
|
pip3 install --user Tetris2000
|
|
python3 -m Tetris2000
|
|
|
|
#### From [GitHub](https://github.com)
|
|
|
|
* Download the archive from [GitHub](https://github.com/adrienmalin/Tetris2000)
|
|
* Unzip the archive
|
|
* Open a terminal
|
|
* Move to the directory containing setup.py
|
|
* Type
|
|
|
|
pip3 install --user .
|
|
|
|
* Open Tetris2000 folder
|
|
* Launch Tetris2000.py
|