Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gplanarity(6) [debian man page]

GPLANARITY(6)							   Games Manual 						     GPLANARITY(6)

NAME
gplanarity -- simple puzzle game involving untangling planar graphs SYNOPSIS
gplanarity DESCRIPTION
This manual page was written for the Debian distribution because the original program does not have a manual page. gplanarity is a simple puzzle game involving untangling planar graphs for fun and prizes. If you tend to get addicted to cute little math puzzles, this one is a doozy. It is a super-clone of the flash Planarity game written by John Tantalo. The original Planarity ran well in IE and Firefox on other plat- forms, but was slow and liked to lock up or abort under Linux browsers. gplanarity implements gameplay identical to the original Planarity but adds some UI and game extras around the basic game such as multiple board generation algorithms, puzzle boards, complete backing state, group select/drag and so on. OPTIONS
This program does not take any command line options. AUTHOR
This manual page was written by Franz Pletz fpletz@franz-pletz.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. GPLANARITY(6)

Check Out this Related Man Page

FUNNYBOAT(6)							   Games Manual 						      FUNNYBOAT(6)

NAME
funnyboat -- an arcade boat game SYNOPSIS
funnyboat DESCRIPTION
This manual page documents briefly the funnyboat and program. This manual page was written for the Debian distribution because the original program does not have a manual page. funnyboat launches the game. CONTROLS
Left cursor key / Joystick or gamepad left Move left Right cursor key / Joystick or gamepad right Move right Up cursor key / Joystick or gamepad button #1 Jump Space bar / Joystick or gamepad button #2 Shoot with cannon S key / Joystick or gamepad button #6 Save screenshot as sshot.tga P key / Joystick or gamepad button #9 Pause the game. OPTIONS
-f Turn on the fullscreen mode. -np Turn off the "particle effects". -na Turn off the antialiasing. -nm Turn off the music. -ns Turn off the sound effects. AUTHOR
This manual page was written by Goneri Le Bouder <goneri@rulezlan.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. FUNNYBOAT(6)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Question Regarding FreeBSd and Debian

Hey, new to thse boards :) Running FreeBSD 5, i have got a basic knowledge of Unix, and freeBSD so should not be that hard. I use freebsd to run some game servers since it's stable and uses less resources than windows and what not. Only problem is that the game i am running doesn't have a... (3 Replies)
Discussion started by: hilly
3 Replies

2. UNIX for Advanced & Expert Users

Modular scripting

Hi, I am currently working on a project involving writing reusable modular components from basic like generic sort script to doing rigorous data matching involving millions of data in a flat file. Can you help me understand what sort of architecture and scripting languages can be explored?? ... (1 Reply)
Discussion started by: dikesm
1 Replies

3. UNIX for Dummies Questions & Answers

encountered a command line argument to c program puzzle!

Hi, I hope this is the right place to post this: I have a cprogram written in openCV which reads a video file and does some processing: Here's a relevant code snippet: //just in case you needed to know what libraries I included #include<iostream> #include<opencv/cv.h>... (1 Reply)
Discussion started by: hackmanbsg
1 Replies