This application is owned by me.
The game has the ability to randomly choose whether the AI starts the game or you (the player). When the AI makes its move, a Minimax algorithm helps it choose its next move.
- Added alpha beta pruning to the algorithm making it more efficient.