mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
Merge branch 'master' of github.com:dankamongmen/notcurses
This commit is contained in:
commit
30f8f02ccd
@ -14,6 +14,12 @@ notcurses-tetris - Render images and video to the console
|
|||||||
|
|
||||||
**notcurses-tetris** implements Tetris using notcurses.
|
**notcurses-tetris** 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'.
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
|
||||||
**-h**: Show help and exit.
|
**-h**: Show help and exit.
|
||||||
|
Loading…
Reference in New Issue
Block a user