Terminis/README.md
2019-03-06 12:03:48 +01:00

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)