A simple Tic-Tac-Toe game using Python and Tkinter for the GUI. Play against another player in a classic 3x3 grid.
- Two-player mode
- Graphical interface with Tkinter
- Displays the winner or if the game is a tie
- Python 3.x
- Tkinter (included with standard Python installations)
-
Clone the repository:
git clone https://github.com/Domenez25/Summer-Python-Quests.git cd Summer-Python-Quests/tic_tac_toe -
Run the game:
python tictactoe.py
- Start the game: Run the script to open the game window.
- Play the game: Click on a spot to make a move. Players take turns, starting with 'X'.
- End the game: The game shows a message box for the winner or a tie and then closes.