TIC TAC TOE version 1.0
By David Twitchell, age 14
October 24, 2005
email: Dtwitchell456@aim.com
screenname: Dtwitchell456

README FILE
I:	Installing TICTACTO
II:	Running TICTACTO
III:	Playing Tic Tac Toe (The original game)
IV:	Playing TICTACTO (The TI83 Plus game)
V:	Version List

------------ INSTALLING TICTACTO ---------------------------
To install TICTACTO:
   1. Right click on the TICTACTO TI Connect program and left click on "Send to TI Device."  
   2. Then in the TI Connect screen, set TICTACTO to RAM and click "SENT TO DEVICE."
   3. If that doesnt work, drag and drop the TICTACTO TI Connect program on top of the TI Connect icon
	and the transfer will start in a few seconds.

------------ RUNNING TICTACTO ------------------------------
To run TICTACTO:
   1. Press the "PROGRAM" button on your TI83 Plus.
   2. Under "EXEC", scroll down to TICTACTO
   3. Press "ENTER."  THe text "prgmTICTACTO" should be on the screen.
   4. Press Enter again to start the program.

------------ Playing Tic Tac To (the original game) --------
Tic Tac Toe is an old game where two players take turns placing Xs and Os in a 3x3 square board.  The objective is to get three Xs or three Os in a row, either vertically, horizontally, or diagonally.  The game can end in a stalemate too, where nobody gets three in a row.

------------ Playing TICTACTO (The TI83 Plus game) ---------
The game starts out with a four-choice menu.  One Player will start the game with a very primitive AI that sometimes places Os over already placed Xs and Os (which will be fixed in version 1.2)  Two player allows two players to play, one being Xs and one being Os.  Help shows the help file and Quit quits the program.  To place an X or O on the board (depending on which mode you are in) press numbers 1-9 on the keypad.  The numbers are arranged to correspond to the boxes on the board (see below picture.)  Press Quit to return to the main menu.
_________ _________ _________
|        |         |         |
|   7    |    8    |    9    |
|        |         |         |
|________|_________|_________|
|        |         |         |
|   4    |    5    |    6    |
|        |         |         |
|________|_________|_________|
|        |         |         |
|   1    |    2    |    3    |
|        |         |         |
|________|_________|_________|

------------ Version List --------------------------------
Version 1.0	10-19-05
Version 1.1	10-24-05