MCTS and Minimax Alpha-beta pruning for Othello/Reversi in Python
Includes performance benchmark that can be used for comparison with Rust and Go
Rust implementation: https://github.com/ReconGit/rust-othello-ai
Go implementation: https://github.com/ReconGit/go-othello-ai