Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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
```