
The object of the game is to place 5 symbols in a row (horizontal,
vertical or diagonal)
in a grid. Your symbol is
.
Computer will use
.
The grid is quite large but only a small portion of it is showing
(to reduce transmission time). Partial backtracking is not allowed -
but you can restart from here at any time.
I wrote a FORTRAN program for the game several years ago.
I have now (October 97) adapted the program to write on CGI.
No parts of the code are 'borrowed'.