AI program for Reversi With MCTS Description Reversi is another so-called perfect information game like Go. Implemented with the idea of MCTS and EE. Here is for reference. Installation Install python-pygame. Here is official docs.