Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukinarit/py-tetris
:video_game:
https://github.com/yukinarit/py-tetris
game python3 termbox tetris
Last synced: 21 days ago
JSON representation
:video_game:
- Host: GitHub
- URL: https://github.com/yukinarit/py-tetris
- Owner: yukinarit
- License: mit
- Created: 2017-08-08T15:41:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T13:44:25.000Z (about 6 years ago)
- Last Synced: 2024-10-25T21:56:27.233Z (2 months ago)
- Topics: game, python3, termbox, tetris
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TETRIS
======![](demo.gif)
INSTALL
-------* Get precompiled executable
* https://github.com/yukinarit/py-tetris/releases* Get development version
```bash
pip install git+https://github.com/yukinarit/py-tetris.git --process-dependency-links
```RUN
---```bash
python -m tetris
```DISTRIBUTE
----------```
pyinstaller --clean -F tetris-cli -n tetris
```