An implementation of Minimax Algorithm to play the game of Tic-Tac-Toe. It has 3 levels of varying difficulties.
- Give option for Bot to make the first move.
- Improve the efficiency using alpha-beta pruning.
Any suggestions/help for better implementations/algorithms would be great!