Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

atris(1) [debian man page]

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/ Pascal Giard September 4, 2004 atris(1)

Check Out this Related Man Page

TUXTYPE(1)						      General Commands Manual							TUXTYPE(1)

NAME
tuxtype - TuxTyping typing tutor SYNOPSIS
tuxtype [OPTION] ... DESCRIPTION
This manual page documents briefly the tuxtype command. TuxTyping is an educational typing tutorial game starring Tux, the Linux Penguin. The player guides Tux to eat fish which are falling from the top of the screen. Each fish has a letter written on it. When the player presses the corresponding key, Tux will position himself to eat the fish. The game is intended for children learning to type, though it does have higher difficulty levels which even experienced typers may find challenging. OPTIONS
-h, --help, -help Prints this help message -f, --fullscreen Selects fullscreen display (default) -w, --window Selects windowed display (not fullscreen) -s, --sound Allow in-game sounds (default) -ns, --nosound Disables in-game sounds -sp, --speed Speed up gameplay (for use on slower machines) -st, --static Static (non-scrolling) setting (helps on systems where mouse disappears) -v, --version Display version number and exit -vb, --verbose Select verbose output (for debugging) (Warning! Verbose is /very/ verbose!) AUTHORS
Sam Hart <hart@geekcomix.com>. Man page written by Laurence J. Lane <ljlane@debian.org>. Feb 6, 2001 TUXTYPE(1)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

need help with this background wget process.

I run an online game, and every 10 seconds or so i need to "run" a file. In other words in needs to be executed. Its a PHP file. The file updates vital things in my game, each time it does it its know as a "tick". Here is the code i am using. (wget... (2 Replies)
Discussion started by: mikey1090
2 Replies

2. Windows & DOS: Issues & Discussions

Sound Effects Dolby,SRS in Linux

Hello all. Can anyone tell me if there is any alternative to Window$ Media Player for LINUX(Linux Mint). What am searching for is a player with sound processing capabilities.(Bass,Equaliser,SRS,Dolby,etc..) Thanks. (1 Reply)
Discussion started by: coolatt
1 Replies

3. Shell Programming and Scripting

Understanding Tetris-game code. newbie

Hi All, Been trying to understand the code in tetris game (in the sticky threads) & i know i have a alot reading /practice to do. it's using advanced methods with arrays and arithmetic and would much appreciate if some one can guide me to good books that's not outdated that would help me take... (0 Replies)
Discussion started by: xcod3r
0 Replies

4. Shell Programming and Scripting

Tetris Game -- based on a shell script (new algorithm)

GitHub - deepgrace/tetris: Tetris implementation in all kinds of Programming Languages Usage: bash Tetris_Game ] ] ] ] Range: #!/bin/bash # Tetris Game // The Art Of Shell Programming box0=(4 30) box1=(4 30 4 32) box2=(4 30 5 32) box3=(4 28 4 30 4 32) box4=(4 28 4 30... (69 Replies)
Discussion started by: complex.invoke
69 Replies