It is a Simple Tic-Tac-Toe created using Turbo C++ with Graphics
- Initially the Game will ask to enter the names of player 1 and 2.
- There will be a Board for the and Tic-Tac-Toe.
- There will also be a section in right-side where both players names will be displayed and will tell the turn of each player.
- The Game will be played with 'X' and 'O'.
- If any of them wins the game will be ended and at last a winning messagewill be generated with the name of the winner.
- Atul Agrawal @Newbie-coder91