Tags : JavaScript Intro

Tic Tac Toe

Create the game of tic tac toe. Remember there are only two players.

Alert the player when someone has won or if the game is over. Signal which row or column is winning combination.

Allow the user to start a new game too.