From dcf262207bf38f991b4a39f87c258f8120a600ff Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 27 Apr 2020 00:36:54 -0400 Subject: [PATCH] notcurses-tetris.1: write up keys --- doc/man/man1/notcurses-tetris.1.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man/man1/notcurses-tetris.1.md b/doc/man/man1/notcurses-tetris.1.md index b0621cb1d..e024c6eeb 100644 --- a/doc/man/man1/notcurses-tetris.1.md +++ b/doc/man/man1/notcurses-tetris.1.md @@ -14,6 +14,12 @@ notcurses-tetris - Render images and video to the console **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 **-h**: Show help and exit.