/xo

Minimax for tic tac toe

Primary LanguagePython

xo

Tic-tac-toe using minimax, based on this tutorial.

Play the game:

python3 xo.py

Disable alpha beta pruning:

python3 xo.py --no-pruning