Unbeatable Tic Tac Toe game in C++ for HUMAN VS AI
Minimax Algorithm along with
- Alpha beta pruning - For optimization of minimax algorithm
- Evaluation Function - For early termination of minimax tree traversal
- Smarter AI - For acheiving faster victory