1nctetris(1)                                                        nctetris(1)
2
3
4

NAME

6       nctetris - Render images and video to a terminal
7

SYNOPSIS

9       nctetris [-h|--help] [-l loglevel]
10

DESCRIPTION

12       nctetris implements Tetris using Notcurses.
13
14       The  goal  is to complete horizontal lines, without allowing tetriminos
15       to reach the top of the screen.  The falling tetrimino can  be  rotated
16       counter-  clockwise  with  the 'z' key, and clockwise with the 'x' key.
17       The tetrimino can be moved left and right with 'h' and 'l', respective‐
18       ly.   It  can be moved down with 'j'.  The arrow keys can also be used.
19       Quit with 'q'.
20

OPTIONS

22       -h: Show help and exit.
23
24       -l loglevel: Log everything (high log level) or nothing (log  level  0)
25       to stderr.
26

NOTES

28       Optimal display requires a terminal advertising the rgb terminfo(5) ca‐
29       pability, or that the environment  variable  COLORTERM  is  defined  to
30       24bit  (and  that  the  terminal honors RGB escapes), along with a good
31       fixed-width font with good coverage of the Unicode Block Drawing  Char‐
32       acters.
33

SEE ALSO

35       notcurses(3)
36

AUTHORS

38       nick black <nickblack@linux.com>.
39
40
41
42                                    v2.3.1                         nctetris(1)
Impressum