18 lines
349 B
Markdown
18 lines
349 B
Markdown
# Terminis
|
|
Tetris clone for terminal. Ideal for servers without GUI!
|
|
|
|
## Install
|
|
|
|
```bash
|
|
pip install --user terminis
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
terminis [options]
|
|
```
|
|
* --help: show command usage (this message)
|
|
* --edit: edit controls in text editor
|
|
* --reset: reset to default controls settings
|
|
* --level=n: start at level n (integer between 1 and 15) |