TETRIS2000/README.md
2018-08-21 22:17:02 +02:00

58 lines
2.1 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#   ![alt text](https://github.com/adrienmalin/TETRIS2000/raw/master/icons/48.png "T") TETRIS 2000
Yet another Tetris clone, with Qt5 on Python 3
![alt text](https://github.com/adrienmalin/TETRIS2000/raw/gh-pages/screenshots/Tetris2000.png "Screenshot")
## Installation
* [Download archive](https://github.com/adrienmalin/TETRIS2000/archive/master.zip) (34 Mo)
* Extract the archive
* Launch Tetris2000
## Build
* Install [Python 3](https://www.python.org) with pip
* Install qtpy, PyQt5 or PySide2, qdarkstyle, and nuitka (Nota: qdarkstyle don't support PySide2 yet):
```bash
pip3 install --user qtpy
pip3 install --user PyQt5
pip3 install --user qdarkstyle
pip3 install --user pyinstaller
```
* Clone repository:
```bash
git clone https://github.com/adrienmalin/Tetris2000
```
* Build with pyinstaller:
```bash
pyinstaller TETRIS2000.spec
```
## Credits
* [Tetris](https://tetris.com) Game Design by Alekseï Pajitnov
* Graphism inspired by [Tetris Effect](https://www.tetriseffect.game)
* 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)
* Images from:<br>
[OpenGameArt.org](https://opengameart.org) by beren77, Duion<br>
[Pexels](https://www.pexels.com) by Min An, Jaymantri, Felix Mittermeier<br>
[Pixabay](https://pixabay.com) by LoganArt<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>
[StockSnap.io](https://stocksnap.io) by Nathan Anderson, José Ignacio Pompé
* Musics from [Overclocked Remix](https://ocremix.org/game/510/tetris-gb) by:<br>
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)
## Thanks
Thanks to my pythonista friends [krakozaure](https://github.com/krakozaure) and ABR