d29d2695886bbd116232f63bbf8d19e62203e1e6
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.cfgon Windows$XDG_CONFIG_HOME/Terminis/config.cfgor~/.config/Terminis/config.cfgon Linux
Acceptable values:
- printable characters (
q,*,...) - curses's constants name starting with
KEY_(see Python documentation)
Languages
Python
90.7%
Shell
9.3%