Tagged Questions
1
vote
1answer
110 views
Othello Alpha-Beta Pruning playing badly python
I am currently trying to make a good AI for Othello, and have done so using the Minimax algorithm. However, when I tried to make a deeper search using alpha-beta pruning, it seemed like the algorithm ...