git clone https://github.com/manojkumarlinux/tic-tac-toe.git
cd tic-tac-toe
g++ -o game game.cpp
./game
Tic Tac Toe - Game
1 | 2 | 3
---------
4 | 5 | 6
---------
7 | 8 | 9
Player 1 Enter Number :
NULL
git clone https://github.com/manojkumarlinux/tic-tac-toe.git
cd tic-tac-toe
g++ -o game game.cpp
./game
Tic Tac Toe - Game
1 | 2 | 3
---------
4 | 5 | 6
---------
7 | 8 | 9
Player 1 Enter Number :
NULL