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