Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

chess(6) [bsd 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/games/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

eleeye_engine(6)														  eleeye_engine(6)

NAME
eleeye_engine - a chess program engine to communicate with its user interface SYNOPSIS
eleeye_engine is a command-line client for UCCI (based on UCI) protocol. It provides full support of basic UCI command, such as position, go, banmoves or bestmove and much more. DESCRIPTION
The Universal Chess Interface (UCI) is an open communication protocol that enables a chess program engine to communicate with its user interface. It was designed and released by Rudolf Huber and Stefan Meyer-Kahlen, the author of Shredder, in November 2000, and can be seen as a rival to the older XBoard/WinBoard Communication protocol. Like the latter, it is free to use without license fees. Customarily, UCI assigns some tasks to the user interface that have traditionally been handled by the engine itself. Most notably, the opening book is usually expected to be handled by the interface, by simply selecting moves to play until it is out of book, and only then starting up the engine for calculation in the resulting position. (UCI does not specify any on-disk format for the opening book; different UIs -- user interfaces -- usually have their own, proprietary formats.) Also, the user interface may handle endgame tablebases if the engine does not support it itself, although this is often better handled in the engine, as having tablebase information can be useful to consider a possible future position. AUTHOR
Written by www.elephantbase.net RESOURCES
Universal Chess Interface Protocol: <http://wbec-ridderkerk.nl/html/UCIProtocol.html> Universal Chinese Chess Interface Protocol: <http://www.elephantbase.net/protocol/cchess_ucci.htm> COPYING
Free use of this software is granted under the terms of the GNU General Public License (GPL). 16 july 2009 eleeye_engine(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