Tic-tac-toe Player VS AI minimax algorithm Tic-tac-toe Player VS AI minimax algorithm About Installation 1. Clone Repository 2. pip install requirements 3. Run Flask Server About A Player Vs AI Tic-Tac-Toe game using minimax algorithm for Installation 1. Clone Repository git clone https://github.com/LeandroMartinMacato/minimax-tictactoe-flask 2. pip install requirements pip install -r requirements.txt 3. Run Flask Server ./app python app.py