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 # 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)

View File

@ -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",