Documentation?
You expect documentation??
Just seconds to go before the final submission date,
and you expect us to produce documentation??? ;-)

Our submission is written in Mercury, plus a little bit of C code
(for the socket connection), which is embedded in the Mercury source
using `pragma c_code'.  The file NOTES contains some initial design
notes.  The files *.m are Mercury source, while *.inp and *.exp
are test case inputs and expected outputs.  `runme' also has a tiny
bit of Bourne shell and awk.

There is a nice colour curses output display,
which is enabled by the `-c' or `--curses' option,
together with the `-d' or `--dump-map' option.
For the runme script, options come after the hostname and port,
e.g.

	./runme localhost 12345 -cm

Other than that, the details are in the code itself.
Use the source, Luke!

The code is licensed under the GNU GPL.
See the file COPYING for details.

For more information on Mercury,
see <http://www.cs.mu.oz.au/mercury/>.
