Terminis/README.md
2019-02-11 23:17:24 +01:00

593 B

Terminis

Tetris clone for terminal. Ideal for servers without GUI!

Installation

pip install --user terminis

Usage

terminis [level]

level: integer between 1 and 15

Controls edit

You can change keys by editing:

  • %appdata%\Terminis\config.cfg on Windows
  • $XDG_CONFIG_HOME/Terminis/config.cfg or ~/.config/Terminis/config.cfg on Linux

Acceptable values:

  • printable characters (q, *, ...)
  • curses's constants name starting with KEY_ (see Python documentation)