Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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
     -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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ctris&sektion=6&manpath=FreeBSD+Ports+15.1.quarterly>

home | help