table of contents
ctris(1) | General Commands Manual | ctris(1) |
NAME¶
ctris
SYNOPSIS¶
ctris [-horvi]
DESCRIPTION¶
ctris is a Tetris(TM)-clone, written in C by using the ncurses library.
GAME CONTROLS¶
- '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
OPTIONS¶
BUGS¶
Please report all Bugs to the author.
HOMEPAGE¶
AUTHORS¶
Dominik Hackl [ dominik@hackl.dhs.org ]
Jul 11 2005 |