You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/doc/man/man1/notcurses-tetris.1.md

33 lines
736 B
Markdown

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

% notcurses-tetris(1)
% nick black <nickblack@linux.com>
% v1.3.2
# NAME
notcurses-tetris - Render images and video to the console
# SYNOPSIS
**notcurses-tetris** [**-h|--help**] [**-l loglevel**]
# DESCRIPTION
**notcurses-tetris** implements Tetris using notcurses.
# OPTIONS
**-h**: Show help and exit.
**-l loglevel**: Log everything (high log level) or nothing (log level 0) to stderr.
# NOTES
Optimal display requires a terminal advertising the **rgb** terminfo(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.
# SEE ALSO
**notcurses(3)**