Tic-Tac-Toe (in Python) Written by Karen MacPherson Uses modified code written for the book Artificial Intelligence: A Modern Approach
TTTmain.py is the main script to run. Karengames.py is code modified from aimagames.py which provides the minimax algorithms the computer ai will use.
Enjoy!