tic-tac-toe A program to run a tic-tac-toe game, as well as a human-player interface and a computer player. Computer player uses the Minimax algorithm with alpha-beta pruning. TODO: Make computer player prolong game if losing, or choose fastest win.