#game-ai #othello #game #ai #mcts #tree-search

app reversi

A Rust implementation of a Reversi (Othello) game

1 unstable release

0.1.0 Nov 20, 2020

#7 in #mcts

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

~3.5–5MB
~82K SLoC