For the question on "how much does alpha beta pruning help?" should we compare our heuristics to mini max since that doesn't use alpha beta pruning?
I think Wes and I are going to comment out the alpha beta pruning code so that minimax runs without alpha beta pruning and then we will run it with alpha beta pruning and compare the two times.