#Games
###Chess :
Under Construction
###Tic-Tac-Toe :
Has single and multi player feature. For single player I have used minimax tree to create unbeatable computer player. I have compiled and run the game in mac osx and ubuntu.
To compile the Tic-Tac-Toe:
g++ --std=c++1y Tree.cpp TicTacToe.cpp main.cpp