Play against the perfect TicTacToe machine and learn different strategies.
The game is made using the pyGame library and the algorithm for the bot is MinMax with varabile depth.
python3 Main.py
Feel free to add features and improve upon the algorithm.