This project builds a tic tac toe game with two levels: easy and hard.
The game is played between player and comp.
The computer plays the game by choosing a random empty cell to put its letter down.
In this level, the bot makes a move after playing a several simulation games to figure out the best choice for the current state of the game. This approach is based on the minimax algorithm (link : https://en.wikipedia.org/wiki/Minimax).
The interface is built by tkinter library in python.
+Game Menu:
+Game state: