# Extended Tic-Tac-Toe
## Introduction
* There are nine individual normal tic-tac-toe games
* Player wins if he/she won majority of the games
## Rules:
* Player 1 chooses from which game to start
* The next game to be played is decided on the basis of previous move of the other player (Eg. If player 1 plays r1c1 in game r3c3, player 2 has to play the game r1c1)
## How to run
```
$ py -3 run_sockets_app.py
```
## Authors:
* Himanshu Prajapati (himanshu.prajapati@crestdatasys.com)
* Kandarp Kakkad (kandarp.kakkad@crestdatasys.com)