TIC TAC TOE
Also known as noughts and crosses, this is a simple game for two. Players take turns putting their own marks onto a 3x3 grid. The first person who gets 3 of his own marks in a row wins! Most games end in a draw ... so it's often considered very embarrassing if you lose.
Please upgrade your browser to support HTML5. One recommendation is to install Internet Explorer 9 :
http://windows.microsoft.com/en-US/internet-explorer/products/ie/home

Player Controls:
⇒ Tap/Click - Flip open a card

Learn how to create a Tic Tac Toe Game in HTML5
View the full codes (game.js) here
View the accompanying constants file (constants.js) here