Mise à jour de 'README.md'
This commit is contained in:
parent
90e4d3d7e3
commit
1fa29fd41f
126
README.md
126
README.md
@ -1,63 +1,63 @@
|
|||||||
#  TETRIS 2000
|
#  TETRIS 2000
|
||||||
|
|
||||||
Yet another Tetris clone, with Qt5 on Python 3
|
Yet another Tetris clone, with Qt5 on Python 3
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
|
|
||||||
* [Linux archive](https://github.com/adrienmalin/TETRIS2000/releases/download/V0.3.1_fbs/TETRIS2000.tar.gz) (78.3 MB)
|
* [Linux archive](https://git.malingrey.fr/adrien/TETRIS2000/archive/V0.3.1_fbs.tar.gz) (78.3 MB)
|
||||||
* [Windows installer](https://github.com/adrienmalin/TETRIS2000/releases/download/V0.3.1_fbs/TETRIS2000Setup.exe) (53.6 MB)
|
* [Windows installer](https://github.com/adrienmalin/TETRIS2000/releases/download/V0.3.1_fbs/TETRIS2000Setup.exe) (53.6 MB)
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
* On Linux:
|
* On Linux:
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
mkdir TETRIS2000 # Create folder
|
mkdir TETRIS2000 # Create folder
|
||||||
cd TETRIS2000 # Enter folder
|
cd TETRIS2000 # Enter folder
|
||||||
git clone https://github.com/adrienmalin/TETRIS2000 # Clone repository
|
git clone https://git.malingrey.fr/adrien/TETRIS2000.git # Clone repository
|
||||||
python3 -m venv venv # Create a virtual environment
|
python3 -m venv venv # Create a virtual environment
|
||||||
source venv/bin/activate # Activate the virtual environment
|
source venv/bin/activate # Activate the virtual environment
|
||||||
pip install fbs PyQt5==5.9.2 PyInstaller==3.3.1 qdarkstyle # Install requirements
|
pip3 install -r requirements.txt # Install requirements
|
||||||
python -m fbs run # Run application
|
python -m fbs run # Run application
|
||||||
python -m fbs freeze # Freeze
|
python -m fbs freeze # Freeze
|
||||||
```
|
```
|
||||||
|
|
||||||
* On Windows:
|
* On Windows:
|
||||||
|
|
||||||
Download and extract [source](https://github.com/adrienmalin/TETRIS2000/archive/master.zip).
|
Download and extract [source](https://git.malingrey.fr/adrien/TETRIS2000/archive/V0.3.1_fbs.zip).
|
||||||
Open a command prompt and go to extracted directory
|
Open a command prompt and go to extracted directory
|
||||||
|
|
||||||
```batch
|
```batch
|
||||||
REM Create and activate a virtual environment
|
REM Create and activate a virtual environment
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
call venv\scripts\activate.bat
|
call venv\scripts\activate.bat
|
||||||
REM Install requirements
|
REM Install requirements
|
||||||
pip install fbs PyQt5==5.9.2 PyInstaller==3.3.1 qdarkstyle
|
pip install -r requirements.txt
|
||||||
REM Run application
|
REM Run application
|
||||||
python -m fbs run
|
python -m fbs run
|
||||||
REM Create installer
|
REM Create installer
|
||||||
python -m fbs installer
|
python -m fbs installer
|
||||||
```
|
```
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
* [Tetris](https://tetris.com) Game Design by Alekseï Pajitnov
|
* [Tetris](https://tetris.com) Game Design by Alekseï Pajitnov
|
||||||
* Graphism inspired by [Tetris Effect](https://www.tetriseffect.game)
|
* Graphism inspired by [Tetris Effect](https://www.tetriseffect.game)
|
||||||
* Window style sheet: [qdarkstyle by Colin Duquesnoy](https://github.com/ColinDuquesnoy/QDarkStyleSheet)
|
* Window style sheet: [qdarkstyle by Colin Duquesnoy](https://github.com/ColinDuquesnoy/QDarkStyleSheet)
|
||||||
* Fonts by [Markus Koellmann](http://markus-designs.com), [Peter Wiegel](http://www.peter-wiegel.de)
|
* Fonts by [Markus Koellmann](http://markus-designs.com), [Peter Wiegel](http://www.peter-wiegel.de)
|
||||||
* Images from:<br>
|
* Images from:<br>
|
||||||
[OpenGameArt.org](https://opengameart.org) by beren77, Duion<br>
|
[OpenGameArt.org](https://opengameart.org) by beren77, Duion<br>
|
||||||
[Pexels](https://www.pexels.com) by Min An, Jaymantri, Felix Mittermeier<br>
|
[Pexels](https://www.pexels.com) by Min An, Jaymantri, Felix Mittermeier<br>
|
||||||
[Pixabay](https://pixabay.com) by LoganArt<br>
|
[Pixabay](https://pixabay.com) by LoganArt<br>
|
||||||
[PIXNIO](https://pixnio.com) by Adrian Pelletier<br>
|
[PIXNIO](https://pixnio.com) by Adrian Pelletier<br>
|
||||||
[Unsplash](https://unsplash.com) by Aron, Patrick Fore, Ilnur Kalimullin, Gabriel Garcia Marengo, Adnanta Raharja<br>
|
[Unsplash](https://unsplash.com) by Aron, Patrick Fore, Ilnur Kalimullin, Gabriel Garcia Marengo, Adnanta Raharja<br>
|
||||||
[StockSnap.io](https://stocksnap.io) by Nathan Anderson, José Ignacio Pompé
|
[StockSnap.io](https://stocksnap.io) by Nathan Anderson, José Ignacio Pompé
|
||||||
* Musics from [Overclocked Remix](https://ocremix.org/game/510/tetris-gb) by:<br>
|
* Musics from [Overclocked Remix](https://ocremix.org/game/510/tetris-gb) by:<br>
|
||||||
CheDDer Nardz, djpretzel, MkVaff, Sir_NutS, R3FORGED, Sir_NutS
|
CheDDer Nardz, djpretzel, MkVaff, Sir_NutS, R3FORGED, Sir_NutS
|
||||||
* Sound effects made with [voc-one by Simple-Media](http://www.simple-media.co.uk/vsti.htm)
|
* Sound effects made with [voc-one by Simple-Media](http://www.simple-media.co.uk/vsti.htm)
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
Thanks to my pythonista friends [krakozaure](https://github.com/krakozaure) and ABR
|
Thanks to my pythonista friends [krakozaure](https://github.com/krakozaure) and ABR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user