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 provided by teaching assistants.
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");
This project was developed by Kazem Forghani, a student of Computer Science Department of Iran University of Science and Technology.
You can contact via [email protected].
This project has been released under MIT License.