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
Tic-tac-toe using minimax, based on this tutorial.
Play the game:
python3 xo.py
Disable alpha beta pruning:
python3 xo.py --no-pruning