Plywood version 1.6 by Jim Bumgardner (www.jbum.com)

Copyright 2002, Jim Bumgardner

Plywood is a winboard compatible chess engine.

It supports xboard/winboard protocol version 2, using FIN notation.

In addition to the standard winboard commands, plywood also supports the
following commands:


incr [0/1]                      Incremental search (on by default)

usebook [0/1]                   Use opening book (found in book.dat)

autoseek [0/1]                  Auto seek for games when on ICS or FICS.

autosave n                      Auto-save games in PGN files (games go in SavedGames directory).

booklimit n                     Limit opening book to first N moves

maxply n                        Set max ply (for following two commands)

ceil [0/1]                      Fixed search ceiling (don't search higher than maxply)

floor [0/1]                     Fixed search floor (search at least maxply)

loadgame filename               Load game in PGN format

ts <test-suite-name> #[s]       Run through a suite of test problems 
                                  FIN or EPD notation - EPD is assumed if no
                                  file extension provided.

fin  <test-suite-name> [#[s]]          Run through a suite of test problems in FIN notation.
epd  <test-suite-name> [#[s]]          Run through a suite of test problems in EPD notation.


TEST SUITES
===========
I've provided two EPD test-suite files (Bratko-Kopec and Win-at-Chess), more are 
available elsewhere.

For test suites, you should use a number to indicate if you want a fixed-ply test or
a fixed-time test.  A 10-second fixed-time test is assumed.  If you supply a number
less than or equal to 15 a fixed-ply test is assumed unless you append an "s" to the
number.  Numbers > 15 are assumed to be fixed-time tests (in seconds).

Examples:

ts bk 5              # bratko-kopec test using fixed 5-ply search
ts wac 10s           # win-at-chess test using 10-seconds per problem

Example results on 1.8 Ghz Pentium 4:

Test    #Correct       Avg Time or Depth  Avg Nodes     
BK-5    8               0.26sec            56 knodes
BK-10s  13              9.21d              2.717 mnodes

ICS PLAY
========
On ICS or FICS, you can get Plywood to seek for a variety of standard and blitz games by turning
autoseek on.  In addition, plywood will attempt to resume adjourned games, periodically, and will
rematch an opponent after an odd number of games with that opponent.


- Jim Bumgardner
