Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dzareldeveloper/ttc-vsai

Project-19 | Hari-19 | 50 Project Python
https://github.com/dzareldeveloper/ttc-vsai

Last synced: 19 days ago
JSON representation

Project-19 | Hari-19 | 50 Project Python

Awesome Lists containing this project

README

        

# Project-19: TTC-VSAI
**By Codesphered01010**

## Description
This project is a simple **Tic Tac Toe** game built using Python and the **tkinter** module for the graphical user interface. The game allows users to play against a computer opponent with adjustable difficulty levels: Easy, Medium, and Hard. The application keeps track of scores for both players.

---

## Features

1. **Adjustable Difficulty**
- Users can select the difficulty level for the computer opponent: Easy, Medium, or Hard.

2. **Score Tracking**
- The application keeps track of the scores for both players.

3. **Reset Game**
- Users can reset the game at any time.

4. **User -Friendly Interface**
- The game features a clean and intuitive interface.

---

## Requirements

### Python Version
- Ensure that Python 3.x is installed on your system.

### Required Modules
- **tkinter** for the graphical user interface (comes pre-installed with Python).
- **random** for generating random moves in Easy mode (comes pre-installed with Python).

### Run Script
To run the application, use the following command:
```bash
python project-19.py