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

TOURNEY-MANAGER(6)						     games(6)							TOURNEY-MANAGER(6)

NAME
tourney-manager - perl interface to run chess engine tourneys SYNOPSIS
tourney-manager configfiles DESCRIPTION
tourney-manager helps you to run chess engine tournaments easyly. Running Tournaments: 1. Create a directory in which the tourneymanager can put all his temporary files, configuration and results. 2. Then create the configuration files. Look at /usr/share/doc/tourney-manager/example.conf which is supplied along with the tourney man- ager. Copy this to the tourney directory,it is rather well commented. More tuning has to be done to specify non standard chess engines. The example-engine.conf has some standard engines set. The settings have to be tuned according your system. Example for an UCI engine: example-engines.conf: engine = Glaurung2 bin = /home/username/chess/tourney/glau.sh glau.sh: #!/bin/bash /usr/games/polyglot /home/username/chess/tourney/glaurung.ini glaurung.ini: [PolyGlot] EngineDir = . EngineCommand = /usr/games/glaurung Log = false LogFile = glaurung.log Resign = true ResignScore = 600 [Engine] Hash = 64 OwnBook = false Threads = 1 3. Start the tourney manager tourney-manager The tourney manager uses an interactive command shell. To start up quickly,the following sequence of commands should be enough: create print start Help about commands is available by 'help' and 'help <command>'. OPTIONS
This program just takes the configfile as an option. SEE ALSO
/usr/share/doc/tourney-manager/example.conf, and /usr/share/doc/tourney-manager/example-engines.conf. AUTHOR
tourney-manager was written by Holger Ruckdeschel <holger@hoicher.de>. This manual page was written by Oliver Korff <ok@xynyx.de>, for the Debian project (but may be used by others). Oliver Korff July 12, 2006 TOURNEY-MANAGER(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