This is a simple Tic Tac Toe game built using Python and Tkinter.
- Player 1 is represented by 'X' and Player 2 is represented by 'O'.
- Click on the buttons to place your symbol and try to get three in a row to win.
- The game will indicate the current player's turn and will show a message when there is a winner or a draw.
- Make sure you have Python installed.
- Run the
main.py
file. - Enjoy playing Tic Tac Toe!
Feel free to contribute or report any issues.