TicTacToe

In this part of the assignment you'll build a simple tictactoe using bootstrap and javascript


How to play Tic-Tac-Toe

No need to modify this HTML page. All functionality needs to be implemented in the rulse.js file. The rules.js script is included in this page. However, you are encouraged to go through this HTML page source and understand how the methods defined in rules.js are being invoked.

Game has not begin.

A1 A2 A3
B1 B2 B3
C1 C2 C3