DragonFly On-Line Manual Pages
ctris(1) DragonFly 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
-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
BUGS
Please report all Bugs to the author.
HOMEPAGE
http://www.hackl.dhs.org/ctris
AUTHORS
Dominik Hackl [ dominik@hackl.dhs.org ]
Jul 11 2005 ctris(1)