Skip to content

k-forghani/enhanced-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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, a student of Computer Science Department of Iran University of Science and Technology.

You can contact via k_forghani@mathdep.iust.ac.ir.

License

This project has been released under MIT License.

About

An enhanced version of the popular game Tic Tac Toe

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages