Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyberfantics/tic-toc-toe


https://github.com/cyberfantics/tic-toc-toe

Last synced: about 1 month ago
JSON representation

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