HTML Based Tic-Tac-Toe
For the geeks out there, have you ever seen a tic-tac-toe game entirely based on HTML pages linked together to form a game map? Someone coded a complete tic-tac-toe based on just html and does not use any other processing/tool. It is just like clicking on links on browser. What’s fantastic about it is the way it computes the next move. No processing involved. Whenever you click for the next move, it send you to another page just link any hyperlink does.
This is what the creator, James has written about how different this version is
from conventional browser based games:
This version of Tic-Tac-Toe is different than other computerized versions you m
ight have seen, as it is handled entirely through hyperlinking to HTML pages, and does not require any computer processing to choose a response to your move. By clicking a square, you are merely asking the WWW page to display a different (previously written) page,
just as clicking a link works everywhere else on the Web. So, in a very real sense, you are playing against yourself.
Play the HTML based Tic-tac-toe


