TicTacToe This project is a part of CS50AI, My work was on tictactoe.py . I used minimax algorithm to help AI find its optimal solution. Instruction:- Go to tictactoe folder. Using virtual environment: For cmd run: ".\venv\Scripts\activate" For bash run: "source venv/Scripts/activate" Run: "python runner.py"