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

AMOEBAX(6)							      Amoebax								AMOEBAX(6)

NAME
amoebax - Match-3 action-puzzle game SYNOPSIS
amoebax [OPTIONS] DESCRIPTION
Amoebax is a match-3 action-puzzle game. Defeat your opponents by filling up her grid. To fill your opponent's grid you need to join four or more amoebas of the same color either horizontally, vertically or a combination of the two but not in diagonal. Play either as Kim or Tim in against six computer controlled opponents or challenge your friends in a tournament. If you just want to relax, try the training mode at your own pace. OPTIONS
-f, --fullscreen Starts the game in full screen mode. --enable-sound Enables the sound and music but does not modify the volume level. --disable-sound Disables the sound and music. The volume level will stay at zero. -h, --help Displays a help message with the available options. -V, --version Prints the version information. -w, --windowed Starts the game in windowed mode instead of full screen. AUTHOR
Written by Jordi Fita <jordi@emma-soft.com> COPYRIGHT
Copyright (C) 2006-2007 Emma's Software <jordi@emma-soft.com> This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation. There is NO WAR- RANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. amoebax 2007 AMOEBAX(6)
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