Skip to content

Rejwana/Tic-Tac-Toe_minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe_minimax

Fun project of Tic-Tac-Toe done using C++. The players are human vs computer. Computer player uses minimax algorithm to play.