Scroll to navigation

atris(1) atris(1)

NAME

atris - Tetris-like game with a twist for Unix

SYNOPSIS

atris [ options]
 

DESCRIPTION

Alizarin Tetris includes multi-player support, user-extensible color, shape and sound styles, can use TCP/IP networking and features a few different AI opponents.

OPTIONS

-h, --help
Command line help.
 
-b, --bg
Flaming background (default).
 
-n, --noflame
No flaming background.
 
-s, --sound
Enable sound effects (default).
 
-q, --quiet
No sound effects.
 
-w, --window
Windowed display (default).
 
-f, --fullscreen
Full-screen display.
 
-d=<X>, --depth=<X>
Set color depth (bpp) to X.
 
-r=<X>, --repeat=<X>
Set the keyboard repeat delay to X (1 = Slow Repeat, 16 = Fast Repeat).

EXAMPLES

To run this game the standard way, type:
# atris &
To run this game in fullscreen mode, type:
# atris --fullscreen &

AUTHOR

This manual page was written by Pascal Giard <evilynux@yahoo.com> for the Debian GNU/Linux system (but may be used by others).

SEE ALSO

Atris home page
http://www.cs.berkeley.edu/~weimer/atris/
September 4, 2004 Pascal Giard