Tic-Tac-Toe - Skip Header | Overview | Instructions | Download | History

Tic-Tac-Toe

Overview

The classic game of Tic-Tac-Toe. This is a two person version of the game.

Instructions

Screenshot Screenshot

X goes first and takes turns with O. To place your mark in the desired square, simply type the number corresponding with that square. The program will figure out when somebody wins.

Download

978 bytes on calculator
TI82 HTML Source Code Best version to use when keying in the program in by hand.
TI82 Plain Text Source Code In the ASCII format used by the TI Graph Link software. Consult the character reference for special characters such as '/'.
TI82 Application Upload to calculator using TI Graph Link software and computer/calculator cable connection.
TI83/TI83-Plus HTML Source Code Best version to use when keying in the program in by hand.
TI83/TI83-Plus Plain Text Source Code In the ASCII format used by the TI Graph Link software. Consult the character reference for special characters such as '/'.
TI83 Application Upload to calculator using TI Graph Link software and computer/calculator cable connection.
TI83-Plus Application Upload to calculator using TI Graph Link software and computer/calculator cable connection.

History

Tic-Tac-Toe has just been rewritten to run much faster on your calculator. The new version is also much more compact. I was able to save almost 150 bytes of calculator memory. The main difference is that small Xs and Os are now drawn on the screen rather than large circles ond squares. It doesn't look quite the same, but the speed increases more than make up for that. (October 21, 2000)

The version for the TI83/TI83-plus didn't end the game properly due to extra parenthesis added during the conversion process. A new version is available along with source code. (October 28, 2001)