https://github.com/k-forghani/enhanced-tic-tac-toe
An enhanced version of the popular game Tic Tac Toe
https://github.com/k-forghani/enhanced-tic-tac-toe
final-project iust programming-basics tic-tac-toe
Last synced: about 1 month ago
JSON representation
An enhanced version of the popular game Tic Tac Toe
- Host: GitHub
- URL: https://github.com/k-forghani/enhanced-tic-tac-toe
- Owner: k-forghani
- License: mit
- Created: 2023-01-21T17:01:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T08:15:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T20:40:23.932Z (3 months ago)
- Topics: final-project, iust, programming-basics, tic-tac-toe
- Language: C++
- Homepage:
- Size: 434 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.txt
- License: LICENSE
Awesome Lists containing this project
README
# Enhanced Tic Tac Toe 1.0
## Introduction
This is an enhanced version of the popular game *Tic Tac Toe*, developed as the final project of **Basics of Programming** (**Fall 2022**) course at **Iran University of Science and Technology**. The architecture of the project is based on the [project description](description.pdf) provided by teaching assistants.
## Installation
Just compile *main.cpp*:
```
g++ main.cpp
```And then run the output:
```
./a.out
```**Note**: If you use the Windows, please replace all occurrences of
```
system("clear");
```with
```
system("CLS");
```## Developer
This project was developed by [*Kazem Forghani*](https://github.com/k-forghani), a student of Computer Science Department of Iran University of Science and Technology.
You can contact via [email protected].
## License
This project has been released under *MIT License*.