Ultimate-Tic-Tac-Toe

How to Start?

Usage: ' python 201301138_team44.py <option> '
<option> can be 
1 : Random player vs. Random player
2 : Human vs. Random Player
3 : Human vs. Human

Rules

1. This is a 9*9 grid , player has to win 3 grids in row,column or diagonal to win the complete board.
2. Player should make a move in 6 secs, otherwise other player automatically wins.
3. The player will lose if he makes a move in abandoned block or not supposed one according to rules.