https://github.com/cyberfantics/tic-toc-toe
  
  
     
    https://github.com/cyberfantics/tic-toc-toe
  
        Last synced: 20 days ago 
        JSON representation
    
- Host: GitHub
- URL: https://github.com/cyberfantics/tic-toc-toe
- Owner: cyberfantics
- Created: 2023-10-06T05:13:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T18:01:44.000Z (over 1 year ago)
- Last Synced: 2025-03-12T04:43:45.009Z (8 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          # Tic Tac Toe Game
A classic Tic Tac Toe game implemented using Python's Tkinter library. This game supports both single-player and multiplayer modes. 
## Features
- **Single Player Mode**: Play against the computer using a simple AI.
- **Multiplayer Mode**: Play with another player on the same device.
- **Restart Functionality**: Restart the game at any time.
- **Responsive UI**: Interactive buttons with a simple yet elegant design.
## Installation
1. Clone the repository:
   ```bash
   git clone https://github.com/cyberfantics/Tic-Toc-Toe.git
   ```
2. Navigate the project directory:
  ```bash
    cd Tic-Toc-Toe
  ```
3. Run the Game:
```bash
   python tic_tac_toe.py
```
## Usage
- Click on the buttons to make your move.
- Choose between Single Player and Multiplayer modes.
- Click "Restart" to start a new game.
## Developer
Syed Mansoor ul Hassan Bukhari