update pipy

This commit is contained in:
Adrien MALINGREY 2025-03-08 13:13:37 +01:00
parent 1b85648bab
commit b2e2edb74f
2 changed files with 10 additions and 6 deletions

View File

@ -1,10 +1,13 @@
# Terminis
Tetris clone for terminal. Ideal for servers without GUI!
## Requirements
[Python 2 or 3](https://www.python.org/)
beep command to play music with internal speaker
## Installation
```bash
@ -16,7 +19,8 @@ pip install --user terminis
```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)
- --help -h: show command usage (this message)
- --edit -e: edit controls in text editor
- --reset -r: reset to default controls settings
- --level=n: start at level n (integer between 1 and 15)

View File

@ -1,11 +1,11 @@
[tool.poetry]
name = "terminis"
version = "0.2.3.1"
version = "0.2.4.1"
description = "Tetris clone for terminal. Ideal for servers without GUI!"
authors = ["adrienmalin <41926238+adrienmalin@users.noreply.github.com>"]
license = "MIT"
repository = "https://github.com/adrienmalin/Terminis"
keywords = ["Tetris", "terminal", "curses"]
keywords = ["Tetris", "terminal", "curses","beep"]
classifiers = [
"Environment :: Console :: Curses",
"Programming Language :: Python",