Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fofix(6) [debian man page]

FOFIX(6)							   Games Manual 							  FOFIX(6)

NAME
fofix - Rock Band(tm)-like OpenGL rhythm game SYNOPSIS
fofix [options] DESCRIPTION
fofix (Frets on Fire X) is a rhythm game in the style of Guitar Hero(tm) and Rock Band(tm). It supports the simulation of playing guitar, bass guitar, and drums and supports vocal input using a microphone. More than one player can play, cooperatively or competitively. fofix is written in Python using pygame and OpenGL. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -v, --verbose Outputs log to stdout in addition to the usual logfile. -d, --debug Writes debugging information to a debug file. -c, --config=FILE Specifies a configuration file to use instead of the usual one. -f, --fullscreen=[true|false] Specify whether the game runs in fullscreen mode. -r, --resolution=RESOLUTION Specify the resolution used by the game. -t, --theme=THEME Specifies the theme to use. -s, --song=SONGDIR Skips the menu and just starts gameplay using the song present in SONGDIR. The following settings only apply if a song is specified: -l, --diff=DIFFICULTY Specifies the difficulty to use. 0: Expert, 1: Hard, 2: Medium, 3: Easy -p, --part=PART Specifies the part to use. 0: Guitar, 1: Rhythm, 2: Bass, 3: Lead, 4: Drum, 5: Vocals -m, --mode=MODE Specifies the game mode to use. 0: Quickplay, 1: Practice, 2: Career ENVIRONMENT
PYTHON Specifies the python(1) binary used to run the game. FOFIX_PYTHON_FLAGS Specifies extra options for python(1). Defaults to -OO. SEE ALSO
fretsonfire(6), python(1). AUTHOR
FoFiX was forked from a project developed by Sami Kyostila, Joonas Kerttula, and Tommi Inkila and is now developed by Chris Paiano, Pascal Giard, Tom Skinner, John Stumpo, Nicholas Hydock, Harris Worthington, and many others. This manual page was written by John Stumpo <stump@jstump.com>, for the Debian project (and may be used by others). October 4, 2009 FOFIX(6)

Check Out this Related Man Page

FREETENNIS(6)							   Games Manual 						     FREETENNIS(6)

NAME
freetennis - free tennis simulation game SYNOPSIS
freetennis [options] DESCRIPTION
Free Tennis is a free tennis simulation game. OPTIONS
A summary of options is included below. -help, --help Show summary of options. -p0 <name> The name of player 0 (default: ivan). -p1 <name> The name of player 1 (default: ivan). -donotshowpause When the game is paused, do not show the "paused" sign. Useful for screenshots. -showfps Display the number of Frames Per Second (on the standard output). Useful for debugging. -aidebug Shows some info useful to debug AI. -realistic Make the game realistic. This alters the parabola visibility depending on the player and shot. Better gameplay, but not suitable for newbies. -newbie Make the game not realistic, but more suited to newbies. The parabola is fully visible. -nosound Run with no sound. -xres <integer> The horizontal resolution (default: 640). -yres <integer> The vertical resolution (default: 480). -port <integer> The TCP port to use. Makes sense with -client and -server. The default is 4000. -computerskill <integer> Skill level of computer. A number from 0 (very difficult) to 250 (very easy). Default is 190. -client <ip address> The IP address of the server. Only for multiplayer. -server Run Free Tennis as server. Only for multiplayer. -surf <surface> SURF: surface for the court. Choices are "clay", "cement", "grass". SEE ALSO
http://freetennis.sourceforge.net/ /usr/share/doc/freetennis-common/web-site/index.html AUTHOR
freetennis was written by Maurizio Colucci <maurizio.colucci@gmail.com>. This manual page was written by Bart Martens <bartm@knars.be> and updated by Mehdi Dogguy <dogguy@pps.jussieu.fr>, for the Debian project (but may be used by others). Apr 26, 2008 FREETENNIS(6)
Man Page