23 lines
414 B
Markdown
23 lines
414 B
Markdown
# Terminis
|
|
Tetris clone for terminal. Ideal for servers without GUI!
|
|
|
|
## Requirements
|
|
|
|
[Python 2 or 3](https://www.python.org/)
|
|
|
|
## Installation
|
|
|
|
```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)
|