@hackage tic-tac-toe0.1

Useful if reading "Why FP matters" by John Hughes

This program installs the program tic-tac-toe, which uses gtk to render the graphics. It uses a minimax algorithm with alpha-beta pruning on the inside to determine best moves and play against you.