Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 422 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 422 Bytes

Tic Tac Toe - Game 2 Players Only Console Level.

Wikipedia Reference

Installation

git clone https://github.com/manojkumarlinux/tic-tac-toe.git
cd tic-tac-toe
g++ -o game game.cpp
./game

Console

		 Tic Tac Toe - Game

			 1 | 2 | 3
			 --------- 
			 4 | 5 | 6
			 --------- 
			 7 | 8 | 9

Player 1 Enter Number  : 

License

NULL