17 lines
254 B
Markdown
17 lines
254 B
Markdown
# Terminis
|
|
Tetris clone for terminal. Ideal for servers without GUI!
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install --user terminis
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
terminis [edit|n]
|
|
```
|
|
* edit: edit controls in text editor
|
|
* n (integer between 1 and 15): start at level n
|