Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

chess(6) [v7 man page]

CHESS(6)							   Games Manual 							  CHESS(6)

NAME
chess - the game of chess SYNOPSIS
/usr/games/chess DESCRIPTION
Chess is a computer program that plays class D chess. Moves may be given either in standard (descriptive) notation or in algebraic nota- tion. The symbol `+' is used to specify check; `o-o' and `o-o-o' specify castling. To play black, type `first'; to print the board, type an empty line. Each move is echoed in the appropriate notation followed by the program's reply. FILES
/usr/lib/book opening `book' DIAGNOSTICS
The most cryptic diagnostic is `eh?' which means that the input was syntactically incorrect. WARNING
Over-use of this program will cause it to go away. BUGS
Pawns may be promoted only to queens. CHESS(6)

Check Out this Related Man Page

EBOARD(6)							   Games Manual 							 EBOARD(6)

NAME
eboard - a graphical chess board SYNOPSIS
eboard [-log] [-debug] [-dgtport device ] DESCRIPTION
This manual page briefly describes the eboard command. eboard is a graphical chess board. It acts as an interface to chess engines (like GNU Chess, Sjeng and Crafty) and Internet Chess Servers (ICS) like FICS (http://www.freechess.org), and works as a browser for chess games saved as PGN (Portable Game Notation) files. eboard itself is not a chess engine: it won't play games, it will just act as a graphical interface between programs that play games like GNU chess (or ICS servers) and the end-user. To move pieces click on the source square and then click to destination square. Optionally, you may drag the piece from the source to the destination square (you won't see the piece being dragged). To drop pieces on crazyhouse and bughouse variants (ICS-only) right-click the destination square and select the piece to drop from the popup menu. For help with ICS commands consult the server (most of them have online help and help channels). For help setting up associated programs (chess engines, timestamping, etc.) see the documentation in /usr/share/doc/eboard or visit the eboard web site at http://eboard.sourceforge.net. If the documentation is not installed in your system, you can find it in the source dis- tribution, available from the web site. OPTIONS
-log Log network communications to "~/LOG.eboard". Communications held in password mode are not logged. -debug Print miscellaneous debug info to "~/DEBUG.eboard". -dgtport device Use the DGT board connected to the given device. AUTHORS
eboard is being developed by Felipe Bergo. This manual page was written by Felipe Bergo <bergo@seul.org> and Daniel Burrows <dbur- rows@debian.org>. WEBSITE
http://eboard.sourceforge.net January 22, 2007 EBOARD(6)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

chess perl program questions

Hello guys, While going over the book, I ran into this chess program and I have few questions 1) on line 40), why is not $chessboard-> ) ??? 40 unless (defined $chessboard->) { 2) 20 foreach my $i (reverse (0..7)) { #Row 1 #!/usr/bin/perl -w 2 # 3 # 4 5 ... (1 Reply)
Discussion started by: hankooknara
1 Replies

2. Shell Programming and Scripting

Squares on a chessboard calculation

Hi All, Just curious if the following formula is possible within a shell script: n x (n + 1) x (2n + 1) ______________________ 6 so far im just using a simple expression but need to implement the above. Many thanks in advance #!/bin/sh echo "\n" echo -------- Squares... (5 Replies)
Discussion started by: sammclean23
5 Replies

3. Programming

Simple Chess Clock

I am trying to implement a simple chess clock. It should have the following options: start, stop, reset, read. Reset will set the time to zero Start will start the clock Stop will stop the clock My problem is that I want that start continues counting the time from the time it had when it... (6 Replies)
Discussion started by: kristinu
6 Replies

4. What is on Your Mind?

Chess Players: Which Online Resources (and Software) Do You Use and Why?

Hi Chess Players, Which Online Resources (and Software) Do You Use and Why? As for me, I use chessgames.com and chessbase.com; but currently I'm using chessgames.com the most; I like exploring openings in the chessgames.com opening explorer. For analysis on the desktop (Mac) or iPhone I... (8 Replies)
Discussion started by: Neo
8 Replies