choose game mode from player v player or player vs ai
The AI implemented uses the minimax algorithm and alpha beta pruning to determine a score for the current state of the board. That information is used by the AI to make better informed decisions. The algorithm uses concepts of game theory.
#Score evalutations may need more testing.