Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pathological(6) [debian man page]

PATHOLOGICAL(6) 						   Pathological 						   PATHOLOGICAL(6)

NAME
pathological - A puzzle game involving paths and marbles SYNOPSIS
pathological [ -h | --help ] [ -cb ] [ -f ] [ -s ] [ -q ] [ highscores-file ] DESCRIPTION
Pathological is an enriched clone of the game "Logical" by Rainbow Arts. To solve a level, fill each wheel with four balls of matching color. Various board elements such as teleporters, switches, filters, etc., make the game interesting and challenging. New levels can be created using your favorite text editor. For more information, see the website: http://pathological.sourceforge.net/ OPTIONS
-h | --help Show a brief command line options summary. -cb Enable special graphics for color-blind people. -f Start game in full-screen mode. This is especially useful on certain systems (eg, Windows) where Pygame's toggle-fullscreen feature doesn't work. -s Enable screen-capture mode. In this mode, the "Game Paused" dialog doesn't appear when the game is paused. -q Begin with sound disabled. AUTHOR
Pathological was written by John-Paul Gignac <jp@gignac.org> with the help of several contributors. See the README file for details. P
June 19, 2003 PATHOLOGICAL(6)

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

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Web page hosting

I built my website based on Dreamweaver, on Windows platform. My server uses Unix, and the page doesn't look too good. Is there any way to solve this problem without too much of a headache? (1 Reply)
Discussion started by: PCL
1 Replies

2. UNIX for Advanced & Expert Users

simulate text mode in X-Windows

Hi. I need to run old full-screen text-mode application under X-Windows. (By the way it is touch-screen calibrator firmware). The screen resolution is to be 1280x1024 exactly. The program expect text-mode geometry 80x25. Running xterm (no window manager) I have adjusted the font pararameters to... (3 Replies)
Discussion started by: shestero
3 Replies

3. UNIX for Dummies Questions & Answers

whats wrong with this?

can anyone tell me why this code doesn't work how its supposed to, its the hangman game but it doesn't play how its supposed to #!/bin/bash NoAttempts="0" livesgiven="5" LivesRemain=$livesgiven LettersAttempted="" wordfile=words numwords=0 function menu() { clear cat << menu... (1 Reply)
Discussion started by: ferrycorsten73
1 Replies

4. Shell Programming and Scripting

Give user 5 chances to guess my favorite color

I wrote a script to give a user 5 guesses on what is my favorite color but I it doesn't work. I've only been scripting for a couple weeks and need some help it seems simple but how do I give the user 5 guesses? (3 Replies)
Discussion started by: noob
3 Replies

5. Post Here to Contact Site Administrators and Moderators

A pattern matching Admin ate my hamster

I'm looking forward to learn something via this unix.com. You call me Non-Sense doesn't make any sense. Some people doesn't quote properly in english but they are all just looking for to take some sense out of this forum. If you're good in shell / perl scripting and you can't expect everyone... (3 Replies)
Discussion started by: ilugopal
3 Replies

6. UNIX for Beginners Questions & Answers

Change text color from echo command?

I have a bash script that starts and stops a game among other things through in.fifo and out.fifo In game the text comes out gray . Kinda hard to see in game window . I would like to change it to purple and maybe capitalize it. #!/bin/bash #nwservctl.sh cd... (5 Replies)
Discussion started by: 222222quick
5 Replies