TicTacToe
A JavaScript web page for playing this old familiar game.
©2004, Bob Beeman
Updated 2004-09-19 SU
Read More www.bee-man.us Important Notice


More information about "TicTacToe"
This page implements a JavaScript that mechanizes the playing (or at least the scoring) of TicTacToe. The object of the game, of course, is to get 3 in a row: either "X" or "O". The first player gets "X" and the second player gets "O". The scripts for this page (which you can see by choosing "View Source" in your browser's menu) mechanize this, and check to see if someone has won.

When someone wins, further clicking is disabled, as the game is over. You can press the "New Game" button to clear the squares and start again at any time, but this is specially appropriate after someone has won.


This page is copyrighted "freeware"
©2004, Bob Beeman
www.bee-man.us
That means that although it is copyrighted, it is intended for you to use for education or entertainment. You may use it yourself, copy and redistribute it, or even put it on your own website. I ask only that you not make any changes. If you reuse any of the code, make sure to list me as one of your sources.

My only reward for writing this is the 15 milliseconds of fame I receive from having my name here. Don't deprive me of that.

You can copy this page by simply doing a "Save As" in your browser and putting it somewhere on your hard drive (or your web site). If you stop there the background will be gone. To preserve the background, copy the following file into this same folder, without changing its name, by again using your browser's "Save As". The next time you refresh the page, the background should be restored:

www_bee-man_us_background.gif

I make NO guarantee of any kind.
This page may contain serious errors.
Use this page entirely at your own risk!