A two-player Tic Tac Toe game built using Python. Contribute to Jeevika25s/tic-tac-toe-python development by creating an account on GitHub.
""" Tic-Tac-Toe with an unbeatable Minimax (+ Alpha-Beta Pruning) AI. Run it: python tic_tac_toe.py The AI never loses: it either wins or forces a draw.