Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gpe-othello(6) [debian man page]

GPE-OTHELLO(6)							    gpe-othello 						    GPE-OTHELLO(6)

NAME
gpe-othello - Stategic one-player board game for GPE. DESCRIPTION
This manual page documents briefly the gpe-othello game. Othello is also known as Reversi. gpe-othello is a strategic boardgame for the GPE Palmtop Environment which involves play against a handheld computer on an eight-by-eight square grid with pieces that have light and dark faces. The player places light-faced pieces so that there is at least one straight (horizontal, vertical, or diagonal) line between the new piece and another light piece, with one or more contiguous dark pieces between them. Pieces captured in this manner are turned over and can be used in later moves. The winner has the most number of pieces showing the appropriate face when the grid is full or when the other player has no pieces of their own colour left. This manual page was written for the Debian(TM) distribution because the original program does not have a manual page. AUTHOR
This manual page was written by Neil Williams <codehelp@debian.org> for the Debian(TM) 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 published 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. AUTHOR
Joseph J. McCarthy Author. COPYRIGHT
Copyright (C) 2008 Neil Williams Debian 6 January 31, 2008 GPE-OTHELLO(6)

Check Out this Related Man Page

GPE-WHAT(1)							     gpe-what							       GPE-WHAT(1)

NAME
gpe-what - context-sensitive help for GPE. SYNOPSIS
gpe-what DESCRIPTION
gpe-what is a notification tray applet to control context sensitive help in the GPE Palmtop Environment. The GPE user interface is heavily icon-oriented, and it is not always completely obvious what the exact effect of each button is going to be. On a desktop system this would be dealt with by "mouse-over" tooltips, but these do not really work when your pointing device is a stylus. GPE-What provides an alternative mechanism for interactive help. GPE-what implements a modal help system for the GPE environment. It provides a "help" icon in the dock panel. When this icon is clicked, the system enters "help mode"; normal UI is suspended, and the next mouse click selects the widget for which help is wanted. The help text, if available, is displayed in a small pop-up bubble. This mechanism much much more useful for touchscreen use compared to the "mouse-over" tooltips known from a desktop PC. This manual page was written for the Debian(TM) distribution because the original program does not have a manual page. AUTHOR
This manual page was written by Neil Williams <codehelp@debian.org> for the Debian(TM) 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 published 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. AUTHOR
Philip Blundell Author. COPYRIGHT
Copyright (C) 2006 Neil Williams Debian 1 December 21, 2006 GPE-WHAT(1)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

Reversi Game - Function help

So I am making a Reversi program, and I found that a function doesn't work correctly as it should. int check_file(int x, int y, int xinc, int yinc, int xmax, int ymax, int xmin, int ymin, char board, char piece, int ai) { char opponent = flipped(piece); int valid = 0; int x1 =... (2 Replies)
Discussion started by: Octal
2 Replies

2. Shell Programming and Scripting

Random pieces of number

Hello folks, i have number for example 10 and i want to divide into 4 random pieces that may be (6+2+1+1). How can i do this via script i have random number 234951 and i want to divide into 31 pieces. (6 Replies)
Discussion started by: learnbash
6 Replies

3. Shell Programming and Scripting

Grab 2 pieces of data within a file

I am a newbie and what I have is a captured file of content. I want to be able to grab 2 pieces of data, multiple times and print them to the screen. DataFile owner: locke user: fun data size: 60 location: Anaheim owner: david user: work data size: 80 location: Orange my script... (2 Replies)
Discussion started by: greglocke
2 Replies

4. What is on Your Mind?

A little bit of poetic light entertainment.

Over the years I have written light hearted poems about computers and computing... Hopefully this will put a smile on your face... If you like it I might post another one... My XMAS prezzy. --------------- 'Twas 1982, after the Falklands campaign, Christmas was about to come round once... (5 Replies)
Discussion started by: wisecracker
5 Replies

5. Shell Programming and Scripting

How to write program that find winner who choose the smallest number. UNIX process?

In the game of “Unique”, multiple players privately choose an integer. They then reveal their choice. The winner is the player who chose the smallest unique number. The game is considered a draw if no unique integer was chosen. You would write a program that simulate such a game according to the... (1 Reply)
Discussion started by: dantesma
1 Replies