This ZIP file contains:

tcj.c		<== Source code
tcj.exe		<== Working executable of the source code
readme.txt	<== This file.



tcj.c
-------------------------------------------------------------------------------
This is a Tic Tac Toe game.

This is a program that plays the tic tac toe game. Program uses individual variables for each box. Uses if-else statements and deep nested versions of them as well.

Program does not have arrays since during when I was making this we haven't discussed on arrays yet and it would be akward if I used codes that have not yet been taken up by the class.

Good sample to study on deep nesting and on using the && operator.

-------------------------------------------------------------------------------

Disclaimer:

By donwloading the source code, the programmer will not be held liable for any effects this program might have on your system. Good or bad, I don't have anything to do with it. Get it? Got it? Good!




Made by Joey.