A simple Tic Tac Toe AI bot implemented using minimax algorithm. This Project is built using Qt5.12.3 and written in C++. You can import project by selecting the TicTacToe.pro in Qt Creator. To run, simply open TicTacToe.app. mainwindow.ui is the xml file that consists of the layout of the game. mainwindow.h is the header file. mainwindow.cpp contains the definition of the methods declared in the header file as well as the minimax algorithm.
references: https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-1-introduction/