# 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](./game_example.gif) To Run: ./reversi_mcts