% File: Test/Open
% Author: K.R. Sloan
% Last Modified: 16 September 1992
% Purpose: A sample tournament record
% 
%  Notice that lines beginning with '%' are comments
%
% We start with Name/Value pairs.  The first word is the Name;
% everything following is the Value.  This is a useful, extensible
% method of providing arbitrary information to the programs which
% process these files.
%
% The most important of the following are the PLAYERS and ROUNDS
%
% Everything else is optional
%
TOURNAMENT Test Tournament
SECTION Open
DATE 1 January 1900
PLAYERS 5
ROUNDS  3
% and now, the pairing cards
% the ^L below marks the end of the header, and the beginning of
% of the pairing cards

% we want:
%  Number, beginning at 1 and sequential from there
%   /Name/Team/, delimited by '/'
%   ID#
%   pre tournament rating and #games if Provisional
%   for each round (each round on a separate line)
%    Color    (B, W, bye, U, ?)
%    Opponent (no opponent for a bye or Unplayed)
%    Result   (byes and Unplayed, too!)
%
%    everything else on the line is ignored.  For example, in this
%    file, I've included: 
%    Cumulative Result 
%
%    but it is completely ignored. 
%
% So - each player has a group of lines that look a lot like a manual
% pairing card.  Expect (eventually) for all of the info on a pairing
% card (and more) to make it into this format.
%
1   /GM Gene Meister/HiLow/            11110001  2600
    W 3 1   1
    B 2 1   2
    W 4 1   3
2   /IM Ivan Master/Trying Hard/       11110002  2400
    B 4 1   1
    W 1 0   1
    B 5 0.5 1.5
3   /NM Nathan Masterson/Trying Hard/  11110003  2200 
    B 1 0   0
    W 5 1   1
    bye 1   2
4   /Provisional Expert/Lonesome/      11110004  2000/5 
    W 2 0   0
    bye 1   1
    B 1 0   1
5   /Umberto Sandbagger/HiLow/            0         0
    bye 1   1
    B 3 0   1
    W 2 0.5 1.5
