blob: a44a2c2c891de1634be38fc2aa6679ec6bc9e139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
boards
Usage: boards [category]
If category is given then this lists all available boards for that
category. If the parameter is omitted, then this lists all available
categories. The current board categories are:
standard
openings
wild
chessercizes
test
material-odds
misc
In order to find out what is loaded for one of these categories, type
"boards <category>". For example, "boards openings" will list the various
openings you can start a game from.
In order to start a game from one of these positions, you need to use all of
the arguments in the match command and also include the board category and the
specific board you want. For example:
match red 2 12 0 0 openings ruy-lopez
would request a blitz match with user "red" starting with the "ruy-lopez"
opening position.
SPECIAL NOTE
At the moment, you cannot access these boards through the examine feature,
only match.
See Also: match wild
[Last modified: September 22, 1995 -- Friar]
|