Lightweight tic tac toe game using Flask framework and Angular. AI uses the minimax algorithm to calculate moves. Good luck trying to win.
pip install -r requirements.txt
python tictactoe.py
and navigate to http://localhost:5000
Inside game.py is my implementation of the minimax algorithm.