Skip to content

hazemtarekelaswad/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Tic-Tac-Toe is a classic console-based game of two players choose the symbol they want to play with, and start competing till one of them wins.

Setup

You need CMake to be installed in your machine in order to build and run the game.

First, Clone the repository

git clone https://github.com/hazemtarekelaswad/Tic-Tac-Toe.git
cd Tic-Tac-Toe

Then, build

mkdir build
cd build
cmake ..
cd ..
cmake --build ./build

You can start playing by running the following command

./bin/TicTacToe.exe

Or, you can use VS code or Visual Studio for quick build experience.

Screenshots