Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dzareldeveloper/ttc-vsai
- Owner: DzarelDeveloper
- License: mit
- Created: 2024-12-28T13:59:33.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-28T14:02:16.000Z (24 days ago)
- Last Synced: 2024-12-28T15:17:32.059Z (24 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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