Reversi in Rust

A rust implementation of a Reversi (Othello) game! The AI is implemented with a Monte Carlo Tree Search algorithm.

Game Play Example

To Run:

./reversi_mcts