Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 497 Bytes

#Games

###Chess :

Under Construction

###Tic-Tac-Toe :

rsz_1screen_shot_2016-08-25_at_34157_am

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