A classic Tic-Tac-Toe game with a graphical user interface (GUI) implemented in Python using the Tkinter library.
This project is a simple implementation of the classic Tic-Tac-Toe game. It allows you to play against another player (Player vs. Player) or against the computer (Player vs. Computer). The computer player has adjustable difficulty levels (Easy, Medium, Hard).
- Player vs. Player (PvP) and Player vs. Computer (PvC) modes.
- Adjustable computer player difficulty levels.
- Reset the game at any time.
- Clear and intuitive user interface.
- Python 3.x
- Tkinter (usually included with Python)
-
Clone this repository:
git clone https://github.com/yourusername/tic-tac-toe.git cd tic-tac-toe
Run the game:
python main.py
Contributions are welcome! To contribute to this project:
Create a new branch for your feature or bug fix:
git checkout -b feature-name
git commit -m 'Add some feature'
git push origin feature-name
This project is licensed under the MIT License - see the LICENSE file for details.
If you have questions or feedback, feel free to contact the author:
NIKHIL