app reversi

A Rust implementation of a Reversi (Othello) game

1 unstable release

0.1.0 Nov 20, 2020

MIT/Apache

3MB
686 lines

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

Dependencies

~4.5–6.5MB
~109K SLoC