|
|
| |
ctris(1) |
FreeBSD General Commands Manual |
ctris(1) |
ctris is a Tetris(TM)-clone, written in C by using the ncurses library.
- 'q'
- quit game
- 'p'
- pause game
- KEY_LEFT, 'j' or 'a'
- move brick left
- KEY_RIGHT, 'l' or 'd'
- move brick right
- KEY_DOWN or 's'
- move brick down
- KEY_UP, 'k' or 'w'
- rotate brick
- SPACE
- move brick to the bottom
- -h
- parameter list
- -o
- use old style keys (not documented, simply try out)
- -c
- enable counterclockwise rotation
- -v
- version info
- -i
- enable the hide cursor workaround for consoles that don't support
cur_set()
- -r
- remove highscore-file
Please report all Bugs to the author.
http://www.hackl.dhs.org/ctris
Dominik Hackl [ dominik@hackl.dhs.org ]
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |