1nctetris(1) nctetris(1)
2
3
4
6 nctetris - Render images and video to a terminal
7
9 nctetris [-h|--help] [-l loglevel]
10
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
22 -h: Show help and exit.
23
24 -l loglevel: Log everything (high log level) or nothing (log level 0)
25 to stderr.
26
28 Optimal display requires a terminal advertising the rgb [22mterminfo(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
35 notcurses(3)
36
38 nick black <nickblack@linux.com>.
39
40
41
42 v2.3.1 nctetris(1)