TicTacToe game implemented using Minimax Algorithm.
Implementation of the tic tac toe in c++ using minimax algorithm - https://www.youtube.com/watch?v=wnL7Woqkb44
Minimax Algorithm video tutorial - https://www.youtube.com/watch?v=STjW3eH0Cik&t=72s
GFG article - https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-3-tic-tac-toe-ai-finding-optimal-move/