Bunaren TicTacToe AI is TicTacToe AI written in Python, it uses MiniMax algorithm to find the best move.
- To play against AI, run the play.py file
- To use the AI to find best move , you can call bestMove method in engine.py file. The input is a string with length of 9. X,O, and space are the allowed symbols for the input.