update pipy
This commit is contained in:
parent
1b85648bab
commit
b2e2edb74f
12
README.md
12
README.md
@ -1,10 +1,13 @@
|
|||||||
# Terminis
|
# Terminis
|
||||||
|
|
||||||
Tetris clone for terminal. Ideal for servers without GUI!
|
Tetris clone for terminal. Ideal for servers without GUI!
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
[Python 2 or 3](https://www.python.org/)
|
[Python 2 or 3](https://www.python.org/)
|
||||||
|
|
||||||
|
beep command to play music with internal speaker
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -16,7 +19,8 @@ pip install --user terminis
|
|||||||
```bash
|
```bash
|
||||||
terminis [options]
|
terminis [options]
|
||||||
```
|
```
|
||||||
* --help: show command usage (this message)
|
|
||||||
* --edit: edit controls in text editor
|
- --help -h: show command usage (this message)
|
||||||
* --reset: reset to default controls settings
|
- --edit -e: edit controls in text editor
|
||||||
* --level=n: start at level n (integer between 1 and 15)
|
- --reset -r: reset to default controls settings
|
||||||
|
- --level=n: start at level n (integer between 1 and 15)
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "terminis"
|
name = "terminis"
|
||||||
version = "0.2.3.1"
|
version = "0.2.4.1"
|
||||||
description = "Tetris clone for terminal. Ideal for servers without GUI!"
|
description = "Tetris clone for terminal. Ideal for servers without GUI!"
|
||||||
authors = ["adrienmalin <41926238+adrienmalin@users.noreply.github.com>"]
|
authors = ["adrienmalin <41926238+adrienmalin@users.noreply.github.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/adrienmalin/Terminis"
|
repository = "https://github.com/adrienmalin/Terminis"
|
||||||
keywords = ["Tetris", "terminal", "curses"]
|
keywords = ["Tetris", "terminal", "curses","beep"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Environment :: Console :: Curses",
|
"Environment :: Console :: Curses",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user