Program Requirements:
Tested against Python 3.4.3. To run, first download the repository, and navigate into the folder in terminal. Then, execute using 'python ttt.py'.
Description:
An implementation of a python command-line 'PvC' tic-tac-toe game, wherein the computer uses minimax and alpha-beta pruning.
Future Steps:
(1) Improve command-line UI.
(2) Modularize the code base to allow for greater code re-use.