                          ........................ 
                         ; Tic-Tac-Toe for Zshell ;
                         ; version 1.0   03/09/96 ;
                         ;      by Jim Paris      ;
                         ;   jim@kd3bj.ampr.org   ;
                         `........................'

-Overview-
 
    The classic Tic-Tac-Toe game for Zshell 4.0.  The object of this two-
player game is to get three marks in a row.  One player is 'X' and the
other player is 'O'.


-Playing-

    Real simple.

    Arrows - Move the cursor (box).
2nd, ENTER - Place mark.
      EXIT - Quit.
     CLEAR - TeacherKey.  Brings you back to home screen.


-Information-

     This is my first real Zshell program.  It's a very simple game, yes, 
but I wanted to start simple before I started writing larger programs.  It's
very bulky and slow (although speed isn't very noticable), and could have
probably been written in about a third the size.  I would have implemented
AI (one-player mode) but it would have been alot more work.  It may be
implemented in a future version.

     Who cares.  I'm happy with it, since it turned out so well as a finished
program.  :)

 
-Credits/Thanks-

Thanks to Stephane Jantzen (Stephane.Jantzen@scinfo.u-nancy.fr) for 
 Bresenham's line and circle routines.  

Thanks to Magnus Hagander (e95_mha@e.kth.se) for writing Connect-85 and
 writing all those useful Zshell routines and reference pages.

Thanks to Dan Eble (eble.2@osu.edu), Magnus Hagander, and Rob Taylor
 (rtaylor@rtaylor.u-net.com) for writing Zshell.

Thanks to Kurt Telep (wtelep@usa.pipeline.com) for giving me a reason to
 learn Z80 assembly.

Thanks to Nick Bennett (nick@kd3bj.ampr.org) for helping test the program.
