Skip to content

Navtej5/Tic_Tac_Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Tic_Tac_Toe

Intelligent Computer(AI) vs. Human Tic Tac Toe game using c++ The program is implemented using minimax algorithm where each node in game tree represents some state of the game. Alpha-Beta Pruning was introduced as an optimization for reducing the search space and time complexity

Releases

No releases published

Packages

No packages published

Languages