This is a simple implementation of the Tic-Tac-Toe game using Tkinter in Python. It allows two players to take turns, and the game declares a winner or a tie based on the rules of Tic-Tac-Toe.
- Graphical user interface with buttons for player interaction.
- Randomly assigns starting player.
- Checks for a winner or a tie after each move.
- Run the program.
- The game starts with a randomly chosen player.
- Players take turns clicking on the empty spaces to make their moves.
- The game declares a winner or a tie based on the rules.
- Make sure you have Python installed.
- Run the script using
python tic_tac_toe.pyin the terminal.
- Python 3.x
- Tkinter (usually included with Python installations)
Feel free to contribute by submitting bug reports, feature requests, or code improvements.