logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nctetris - Render images and video to a terminal

Authors

       nick black <nickblack@linux.com>.

                                                     v3.0.7                                          nctetris(1)

Description

nctetris implements Tetris using Notcurses.

       The  goal  is  to  complete horizontal lines, without allowing tetriminos to reach the top of the screen.
       The falling tetrimino can be rotated counter- clockwise with the 'z' key, and clockwise with the 'x' key.
       The tetrimino can be moved left and right with 'h' and 'l', respectively.  It can be moved down with 'j'.
       The arrow keys can also be used.  Quit with 'q'.

Name

       nctetris - Render images and video to a terminal

Notes

       Optimal display requires a terminal advertising the rgbterminfo(5) capability, or that  the  environment
       variable  COLORTERM  is  defined  to  24bit (and that the terminal honors RGB escapes), along with a good
       fixed-width font with good coverage of the Unicode Block Drawing Characters.

Options

-h: Show help and exit.

       -lloglevel: Log everything (high log level) or nothing (log level 0) to stderr.

See Also

notcurses(3)

Synopsis

nctetris [-h|--help] [-lloglevel]

See Also