This is the Scrabble tournament server. To run it, you need
to install DrScheme, at least v3.99.0.17, available here:

  http://pre.plt-scheme.org/installers/

Once you've installed that you can either run it from within
DrScheme by:

  - opening run-server.scm
  - setting your langauge to the "Module" language,
  - clicking "Run"

or, you can run it from the command line like this:

  % mred run-server.scm

where mred is the binary in the bin directory of the
DrScheme installation. Pass -h on the commandline to see
options for setting the port and setting the random seed (in
order to re-run games):

  % mred run-server.scm -h

Any other command line arguments would go where the "-h" is,
in the above command line.

Similarly, you can run the player as above, except using
run-player.scm, instead of run-server.scm and using mzscheme
instead of mred at the command line. You can change the
default behavior of the player by passing command line
arguments. For details, do:

  % mzscheme run-player.scm -h
