This example is a tic-tac-toe player.  To make the simulator executable
just type 'make'.  This will execute the file 'Makefile'.

Enter the simulator by typing 'sim'.  Then start playing with
'read setup'.  You can win if you go first, but not (I think) if you go
second.

If you want to examine the network, instead of 'read setup', type
'call build'.  Look at file 'setup' to see how to play.

An nroff description is in file `description.me'.  To print it on a
lineprinter type `make print'.  To simply nroff it into file `description',
type `make description'.

This network contains some horrible code.  It is definitely NOT an example
of good network code.
